Html Css Color HEX #DA0398 Hollywood Cerise

📋 copy color: '#DA0398'

red 218 ◦ green 3 ◦ blue 152

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

Shades of Hollywood Cerise #DA0398

Tints of Hollywood Cerise #DA0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 58.45%
G = 0.8%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA0398 (or 0xDA0398) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 98. RGB value is (218,3,152). Sum of RGB (Red+Green+Blue) = 218+3+152=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0398 is #25FC67. Grayscale: #535353. Windows color (decimal): -2489448 or 9962458. OLE color: 9962458.

HSL color Cylindrical-coordinate representation of color #DA0398: hue angle of 318.42º degrees, saturation: 0.97, 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 #DA0398 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 152 -
CMYK 0 0.99 0.30 0.15
HSL 318.42º 0.97% 0.43% -
HSV(B) 318.42º 0.99% 0.85% -
XYZ 34.61 17.24 31.21 -
YUV 84.27 166.23 223.38 -
System Red Green Blue C M Y K H S L
Decimal 218 3 152 0 0.99 0.30 0.15 318.42 0.97 0.43
Hex DA 3 98 0 63 1E F 13E 61 2B
Octal 332 3 230 0 143 36 17 476 141 53
Binary 11011010 11 10011000 0 1100011 11110 1111 100111110 1100001 101011

Color Harmonies of #DA0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0398

Black with #DA0398

Text Example


Text Example

White with #DA0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0398; }

 p { color: rgb(218,3,152); }

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

background-color css

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

 a { background-color: rgb(218,3,152); }

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

border-color css

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

 span { border-color: rgb(218,3,152); }

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