Html Css Color HEX #DA1BCC Deep Magenta

📋 copy color: '#DA1BCC'

red 218 ◦ green 27 ◦ blue 204

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

Shades of Deep Magenta #DA1BCC

Tints of Deep Magenta #DA1BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.01%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 48.55%
G = 6.01%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA1BCC (or 0xDA1BCC) is known color: Deep Magenta. HEX triplet: DA, 1B and CC. RGB value is (218,27,204). Sum of RGB (Red+Green+Blue) = 218+27+204=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BCC is #25E433. Grayscale: #676767. Windows color (decimal): -2483252 or 13376474. OLE color: 13376474.

HSL color Cylindrical-coordinate representation of color #DA1BCC: hue angle of 304.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1BCC is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 27 204 -
CMYK 0 0.88 0.06 0.15
HSL 304.4º 0.78% 0.48% -
HSV(B) 304.4º 0.88% 0.85% -
XYZ 40.2 20.05 58.88 -
YUV 104.29 184.28 209.11 -
System Red Green Blue C M Y K H S L
Decimal 218 27 204 0 0.88 0.06 0.15 304.4 0.78 0.48
Hex DA 1B CC 0 58 6 F 130 4E 30
Octal 332 33 314 0 130 6 17 460 116 60
Binary 11011010 11011 11001100 0 1011000 110 1111 100110000 1001110 110000

Color Harmonies of #DA1BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1BCC

Black with #DA1BCC

Text Example


Text Example

White with #DA1BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1BCC; }

 p { color: rgb(218,27,204); }

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

background-color css

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

 a { background-color: rgb(218,27,204); }

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

border-color css

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

 span { border-color: rgb(218,27,204); }

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