Html Css Color HEX #DF02CB Deep Magenta

📋 copy color: '#DF02CB'

red 223 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #DF02CB

Tints of Deep Magenta #DF02CB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 52.1%
G = 0.47%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF02CB (or 0xDF02CB) is known color: Deep Magenta. HEX triplet: DF, 02 and CB. RGB value is (223,2,203). Sum of RGB (Red+Green+Blue) = 223+2+203=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02CB is #20FD34. Grayscale: #5A5A5A. Windows color (decimal): -2161973 or 13304543. OLE color: 13304543.

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

Color convert

RGB 223 2 203 -
CMYK 0 0.99 0.09 0.13
HSL 305.43º 0.98% 0.44% -
HSV(B) 305.43º 0.99% 0.87% -
XYZ 41.23 20.04 58.2 -
YUV 90.99 191.22 222.16 -
System Red Green Blue C M Y K H S L
Decimal 223 2 203 0 0.99 0.09 0.13 305.43 0.98 0.44
Hex DF 2 CB 0 63 9 D 131 62 2C
Octal 337 2 313 0 143 11 15 461 142 54
Binary 11011111 10 11001011 0 1100011 1001 1101 100110001 1100010 101100

Color Harmonies of #DF02CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02CB

Black with #DF02CB

Text Example


Text Example

White with #DF02CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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