Html Css Color HEX #DA02B4 Deep Magenta

📋 copy color: '#DA02B4'

red 218 ◦ green 2 ◦ blue 180

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

Shades of Deep Magenta #DA02B4

Tints of Deep Magenta #DA02B4

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 180 (70.7% from 255) = 45%

R = 54.5%
G = 0.5%
B = 45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA02B4 (or 0xDA02B4) is known color: Deep Magenta. HEX triplet: DA, 02 and B4. RGB value is (218,2,180). Sum of RGB (Red+Green+Blue) = 218+2+180=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02B4 is #25FD4B. Grayscale: #565656. Windows color (decimal): -2489676 or 11797210. OLE color: 11797210.

HSL color Cylindrical-coordinate representation of color #DA02B4: hue angle of 310.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA02B4 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 180 -
CMYK 0 0.99 0.17 0.15
HSL 310.56º 0.98% 0.43% -
HSV(B) 310.56º 0.99% 0.85% -
XYZ 37.17 18.24 44.74 -
YUV 86.88 180.56 221.53 -
System Red Green Blue C M Y K H S L
Decimal 218 2 180 0 0.99 0.17 0.15 310.56 0.98 0.43
Hex DA 2 B4 0 63 11 F 137 62 2B
Octal 332 2 264 0 143 21 17 467 142 53
Binary 11011010 10 10110100 0 1100011 10001 1111 100110111 1100010 101011

Color Harmonies of #DA02B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02B4

Black with #DA02B4

Text Example


Text Example

White with #DA02B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02B4; }

 p { color: rgb(218,2,180); }

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

background-color css

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

 a { background-color: rgb(218,2,180); }

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

border-color css

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

 span { border-color: rgb(218,2,180); }

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