Html Css Color HEX #DA0CB1 Hollywood Cerise

📋 copy color: '#DA0CB1'

red 218 ◦ green 12 ◦ blue 177

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

Shades of Hollywood Cerise #DA0CB1

Tints of Hollywood Cerise #DA0CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.95%

 BLUE value IS 177 (69.53% from 255) = 43.49%

R = 53.56%
G = 2.95%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA0CB1 (or 0xDA0CB1) is known color: Hollywood Cerise. HEX triplet: DA, 0C and B1. RGB value is (218,12,177). Sum of RGB (Red+Green+Blue) = 218+12+177=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0CB1 is #25F34E. Grayscale: #5B5B5B. Windows color (decimal): -2487119 or 11603162. OLE color: 11603162.

HSL color Cylindrical-coordinate representation of color #DA0CB1: hue angle of 311.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0CB1 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 12 177 -
CMYK 0 0.94 0.19 0.15
HSL 311.94º 0.9% 0.45% -
HSV(B) 311.94º 0.94% 0.85% -
XYZ 36.98 18.34 43.19 -
YUV 92.4 175.75 217.58 -
System Red Green Blue C M Y K H S L
Decimal 218 12 177 0 0.94 0.19 0.15 311.94 0.9 0.45
Hex DA C B1 0 5E 13 F 138 5A 2D
Octal 332 14 261 0 136 23 17 470 132 55
Binary 11011010 1100 10110001 0 1011110 10011 1111 100111000 1011010 101101

Color Harmonies of #DA0CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CB1

Black with #DA0CB1

Text Example


Text Example

White with #DA0CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CB1; }

 p { color: rgb(218,12,177); }

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

background-color css

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

 a { background-color: rgb(218,12,177); }

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

border-color css

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

 span { border-color: rgb(218,12,177); }

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