Html Css Color HEX #DA09CB Deep Magenta

📋 copy color: '#DA09CB'

red 218 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #DA09CB

Tints of Deep Magenta #DA09CB

RGB

 RED value IS 218 (85.55% from 255) = 50.7%

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

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

R = 50.7%
G = 2.09%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA09CB (or 0xDA09CB) is known color: Deep Magenta. HEX triplet: DA, 09 and CB. RGB value is (218,9,203). Sum of RGB (Red+Green+Blue) = 218+9+203=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09CB is #25F634. Grayscale: #5D5D5D. Windows color (decimal): -2487861 or 13306330. OLE color: 13306330.

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

Color convert

RGB 218 9 203 -
CMYK 0 0.96 0.07 0.15
HSL 304.31º 0.92% 0.45% -
HSV(B) 304.31º 0.96% 0.85% -
XYZ 39.79 19.41 58.15 -
YUV 93.61 189.74 216.73 -
System Red Green Blue C M Y K H S L
Decimal 218 9 203 0 0.96 0.07 0.15 304.31 0.92 0.45
Hex DA 9 CB 0 60 7 F 130 5C 2D
Octal 332 11 313 0 140 7 17 460 134 55
Binary 11011010 1001 11001011 0 1100000 111 1111 100110000 1011100 101101

Color Harmonies of #DA09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09CB

Black with #DA09CB

Text Example


Text Example

White with #DA09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09CB; }

 p { color: rgb(218,9,203); }

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

background-color css

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

 a { background-color: rgb(218,9,203); }

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

border-color css

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

 span { border-color: rgb(218,9,203); }

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