Html Css Color HEX #DF15CB Deep Magenta

📋 copy color: '#DF15CB'

red 223 ◦ green 21 ◦ blue 203

#DF15CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DF15CB

Tints of Deep Magenta #DF15CB

RGB

 RED value IS 223 (87.5% from 255) = 49.89%

 GREEN value IS 21 (8.59% from 255) = 4.7%

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 49.89%
G = 4.7%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF15CB (or 0xDF15CB) is known color: Deep Magenta. HEX triplet: DF, 15 and CB. RGB value is (223,21,203). Sum of RGB (Red+Green+Blue) = 223+21+203=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15CB is #20EA34. Grayscale: #656565. Windows color (decimal): -2157109 or 13309407. OLE color: 13309407.

HSL color Cylindrical-coordinate representation of color #DF15CB: hue angle of 305.94º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF15CB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 21 203 -
CMYK 0 0.91 0.09 0.13
HSL 305.94º 0.83% 0.48% -
HSV(B) 305.94º 0.91% 0.87% -
XYZ 41.48 20.54 58.28 -
YUV 102.15 184.92 214.2 -
System Red Green Blue C M Y K H S L
Decimal 223 21 203 0 0.91 0.09 0.13 305.94 0.83 0.48
Hex DF 15 CB 0 5B 9 D 132 53 30
Octal 337 25 313 0 133 11 15 462 123 60
Binary 11011111 10101 11001011 0 1011011 1001 1101 100110010 1010011 110000

Color Harmonies of #DF15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15CB

Black with #DF15CB

Text Example


Text Example

White with #DF15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15CB; }

 p { color: rgb(223,21,203); }

 H1.HeaderClassName
 {
   color: #DF15CB;
 }
 .AnyTagClassName
 {
   color: #DF15CB;
 }
</style>

background-color css

<style>
 a { background-color: #DF15CB; }

 a { background-color: rgb(223,21,203); }

 div.DivClassName
 {
   background-color: #DF15CB;
 }
 .BgClassName
 {
   background-color: #DF15CB;
 }
</style>

border-color css

<style>
 span { border-color: #DF15CB; }

 span { border-color: rgb(223,21,203); }

 td.TdClassName
 {
   border-color: #DF15CB;
 }
 .TagClassName
 {
   border-color: #DF15CB;
 }
</style>