Html Css Color HEX #DA0093 Hollywood Cerise

📋 copy color: '#DA0093'

red 218 ◦ green 0 ◦ blue 147

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

Shades of Hollywood Cerise #DA0093

Tints of Hollywood Cerise #DA0093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 40.27%

R = 59.73%
G = 0%
B = 40.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA0093 (or 0xDA0093) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 93. RGB value is (218,0,147). Sum of RGB (Red+Green+Blue) = 218+0+147=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0093 is #25FF6C. Grayscale: #515151. Windows color (decimal): -2490221 or 9634010. OLE color: 9634010.

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

Color convert

RGB 218 0 147 -
CMYK 0 1 0.33 0.15
HSL 319.54º 1% 0.43% -
HSV(B) 319.54º 1% 0.85% -
XYZ 34.18 17.01 29.09 -
YUV 81.94 164.72 225.05 -
System Red Green Blue C M Y K H S L
Decimal 218 0 147 0 1 0.33 0.15 319.54 1 0.43
Hex DA 0 93 0 64 21 F 140 64 2B
Octal 332 0 223 0 144 41 17 500 144 53
Binary 11011010 0 10010011 0 1100100 100001 1111 101000000 1100100 101011

Color Harmonies of #DA0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0093

Black with #DA0093

Text Example


Text Example

White with #DA0093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0093; }

 p { color: rgb(218,0,147); }

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

background-color css

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

 a { background-color: rgb(218,0,147); }

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

border-color css

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

 span { border-color: rgb(218,0,147); }

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