Html Css Color HEX #DA0FAD Hollywood Cerise

📋 copy color: '#DA0FAD'

red 218 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #DA0FAD

Tints of Hollywood Cerise #DA0FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.69%

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 53.69%
G = 3.69%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA0FAD (or 0xDA0FAD) is known color: Hollywood Cerise. HEX triplet: DA, 0F and AD. RGB value is (218,15,173). Sum of RGB (Red+Green+Blue) = 218+15+173=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0FAD is #25F052. Grayscale: #5D5D5D. Windows color (decimal): -2486355 or 11341786. OLE color: 11341786.

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

Color convert

RGB 218 15 173 -
CMYK 0 0.93 0.21 0.15
HSL 313.3º 0.87% 0.46% -
HSV(B) 313.3º 0.93% 0.85% -
XYZ 36.63 18.26 41.13 -
YUV 93.71 172.75 216.65 -
System Red Green Blue C M Y K H S L
Decimal 218 15 173 0 0.93 0.21 0.15 313.3 0.87 0.46
Hex DA F AD 0 5D 15 F 139 57 2E
Octal 332 17 255 0 135 25 17 471 127 56
Binary 11011010 1111 10101101 0 1011101 10101 1111 100111001 1010111 101110

Color Harmonies of #DA0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0FAD

Black with #DA0FAD

Text Example


Text Example

White with #DA0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0FAD; }

 p { color: rgb(218,15,173); }

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

background-color css

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

 a { background-color: rgb(218,15,173); }

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

border-color css

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

 span { border-color: rgb(218,15,173); }

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