Html Css Color HEX #DA18CB Deep Magenta

📋 copy color: '#DA18CB'

red 218 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #DA18CB

Tints of Deep Magenta #DA18CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.39%

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

R = 48.99%
G = 5.39%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA18CB (or 0xDA18CB) is known color: Deep Magenta. HEX triplet: DA, 18 and CB. RGB value is (218,24,203). Sum of RGB (Red+Green+Blue) = 218+24+203=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18CB is #25E734. Grayscale: #656565. Windows color (decimal): -2484021 or 13310170. OLE color: 13310170.

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

Color convert

RGB 218 24 203 -
CMYK 0 0.89 0.07 0.15
HSL 304.64º 0.8% 0.47% -
HSV(B) 304.64º 0.89% 0.85% -
XYZ 40.02 19.87 58.23 -
YUV 102.41 184.77 210.45 -
System Red Green Blue C M Y K H S L
Decimal 218 24 203 0 0.89 0.07 0.15 304.64 0.8 0.47
Hex DA 18 CB 0 59 7 F 131 50 2F
Octal 332 30 313 0 131 7 17 461 120 57
Binary 11011010 11000 11001011 0 1011001 111 1111 100110001 1010000 101111

Color Harmonies of #DA18CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18CB

Black with #DA18CB

Text Example


Text Example

White with #DA18CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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