Html Css Color HEX #DA0698 Hollywood Cerise

📋 copy color: '#DA0698'

red 218 ◦ green 6 ◦ blue 152

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

Shades of Hollywood Cerise #DA0698

Tints of Hollywood Cerise #DA0698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

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

R = 57.98%
G = 1.6%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA0698 (or 0xDA0698) is known color: Hollywood Cerise. HEX triplet: DA, 06 and 98. RGB value is (218,6,152). Sum of RGB (Red+Green+Blue) = 218+6+152=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0698 is #25F967. Grayscale: #555555. Windows color (decimal): -2488680 or 9963226. OLE color: 9963226.

HSL color Cylindrical-coordinate representation of color #DA0698: hue angle of 318.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0698 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 152 -
CMYK 0 0.97 0.30 0.15
HSL 318.68º 0.95% 0.44% -
HSV(B) 318.68º 0.97% 0.85% -
XYZ 34.65 17.3 31.22 -
YUV 86.03 165.24 222.13 -
System Red Green Blue C M Y K H S L
Decimal 218 6 152 0 0.97 0.30 0.15 318.68 0.95 0.44
Hex DA 6 98 0 61 1E F 13F 5F 2C
Octal 332 6 230 0 141 36 17 477 137 54
Binary 11011010 110 10011000 0 1100001 11110 1111 100111111 1011111 101100

Color Harmonies of #DA0698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0698

Black with #DA0698

Text Example


Text Example

White with #DA0698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0698; }

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

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

background-color css

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

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

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

border-color css

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

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

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