Html Css Color HEX #DF1CCB Deep Magenta

📋 copy color: '#DF1CCB'

red 223 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #DF1CCB

Tints of Deep Magenta #DF1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.17%

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

R = 49.12%
G = 6.17%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF1CCB (or 0xDF1CCB) is known color: Deep Magenta. HEX triplet: DF, 1C and CB. RGB value is (223,28,203). Sum of RGB (Red+Green+Blue) = 223+28+203=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1CCB is #20E334. Grayscale: #696969. Windows color (decimal): -2155317 or 13311199. OLE color: 13311199.

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

Color convert

RGB 223 28 203 -
CMYK 0 0.87 0.09 0.13
HSL 306.15º 0.78% 0.49% -
HSV(B) 306.15º 0.87% 0.87% -
XYZ 41.63 20.83 58.33 -
YUV 106.26 182.6 211.27 -
System Red Green Blue C M Y K H S L
Decimal 223 28 203 0 0.87 0.09 0.13 306.15 0.78 0.49
Hex DF 1C CB 0 57 9 D 132 4E 31
Octal 337 34 313 0 127 11 15 462 116 61
Binary 11011111 11100 11001011 0 1010111 1001 1101 100110010 1001110 110001

Color Harmonies of #DF1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1CCB

Black with #DF1CCB

Text Example


Text Example

White with #DF1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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