Html Css Color HEX #DA1CCB Deep Magenta

📋 copy color: '#DA1CCB'

red 218 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #DA1CCB

Tints of Deep Magenta #DA1CCB

RGB

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

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

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

R = 48.55%
G = 6.24%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA1CCB (or 0xDA1CCB) is known color: Deep Magenta. HEX triplet: DA, 1C and CB. RGB value is (218,28,203). Sum of RGB (Red+Green+Blue) = 218+28+203=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CCB is #25E334. Grayscale: #686868. Windows color (decimal): -2482997 or 13311194. OLE color: 13311194.

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

Color convert

RGB 218 28 203 -
CMYK 0 0.87 0.07 0.15
HSL 304.74º 0.77% 0.48% -
HSV(B) 304.74º 0.87% 0.85% -
XYZ 40.11 20.05 58.26 -
YUV 104.76 183.45 208.77 -
System Red Green Blue C M Y K H S L
Decimal 218 28 203 0 0.87 0.07 0.15 304.74 0.77 0.48
Hex DA 1C CB 0 57 7 F 131 4D 30
Octal 332 34 313 0 127 7 17 461 115 60
Binary 11011010 11100 11001011 0 1010111 111 1111 100110001 1001101 110000

Color Harmonies of #DA1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CCB

Black with #DA1CCB

Text Example


Text Example

White with #DA1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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