Html Css Color HEX #DF09CA Deep Magenta

📋 copy color: '#DF09CA'

red 223 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #DF09CA

Tints of Deep Magenta #DF09CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.07%

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 51.38%
G = 2.07%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF09CA (or 0xDF09CA) is known color: Deep Magenta. HEX triplet: DF, 09 and CA. RGB value is (223,9,202). Sum of RGB (Red+Green+Blue) = 223+9+202=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09CA is #20F635. Grayscale: #5E5E5E. Windows color (decimal): -2160182 or 13240799. OLE color: 13240799.

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

Color convert

RGB 223 9 202 -
CMYK 0 0.96 0.09 0.13
HSL 305.89º 0.92% 0.45% -
HSV(B) 305.89º 0.96% 0.87% -
XYZ 41.19 20.15 57.6 -
YUV 94.99 188.4 219.31 -
System Red Green Blue C M Y K H S L
Decimal 223 9 202 0 0.96 0.09 0.13 305.89 0.92 0.45
Hex DF 9 CA 0 60 9 D 132 5C 2D
Octal 337 11 312 0 140 11 15 462 134 55
Binary 11011111 1001 11001010 0 1100000 1001 1101 100110010 1011100 101101

Color Harmonies of #DF09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF09CA

Black with #DF09CA

Text Example


Text Example

White with #DF09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF09CA; }

 p { color: rgb(223,9,202); }

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

background-color css

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

 a { background-color: rgb(223,9,202); }

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

border-color css

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

 span { border-color: rgb(223,9,202); }

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