Html Css Color HEX #DA0F9D Hollywood Cerise

📋 copy color: '#DA0F9D'

red 218 ◦ green 15 ◦ blue 157

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

Shades of Hollywood Cerise #DA0F9D

Tints of Hollywood Cerise #DA0F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 55.9%
G = 3.85%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA0F9D (or 0xDA0F9D) is known color: Hollywood Cerise. HEX triplet: DA, 0F and 9D. RGB value is (218,15,157). Sum of RGB (Red+Green+Blue) = 218+15+157=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F9D is #25F062. Grayscale: #5B5B5B. Windows color (decimal): -2486371 or 10293210. OLE color: 10293210.

HSL color Cylindrical-coordinate representation of color #DA0F9D: hue angle of 318.03º 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 #DA0F9D is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 15 157 -
CMYK 0 0.93 0.28 0.15
HSL 318.03º 0.87% 0.46% -
HSV(B) 318.03º 0.93% 0.85% -
XYZ 35.17 17.68 33.46 -
YUV 91.89 164.75 217.95 -
System Red Green Blue C M Y K H S L
Decimal 218 15 157 0 0.93 0.28 0.15 318.03 0.87 0.46
Hex DA F 9D 0 5D 1C F 13E 57 2E
Octal 332 17 235 0 135 34 17 476 127 56
Binary 11011010 1111 10011101 0 1011101 11100 1111 100111110 1010111 101110

Color Harmonies of #DA0F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F9D

Black with #DA0F9D

Text Example


Text Example

White with #DA0F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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