Html Css Color HEX #D60BA5 Hollywood Cerise

📋 copy color: '#D60BA5'

red 214 ◦ green 11 ◦ blue 165

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

Shades of Hollywood Cerise #D60BA5

Tints of Hollywood Cerise #D60BA5

RGB

 RED value IS 214 (83.98% from 255) = 54.87%

 GREEN value IS 11 (4.69% from 255) = 2.82%

 BLUE value IS 165 (64.84% from 255) = 42.31%

R = 54.87%
G = 2.82%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D60BA5 (or 0xD60BA5) is known color: Hollywood Cerise. HEX triplet: D6, 0B and A5. RGB value is (214,11,165). Sum of RGB (Red+Green+Blue) = 214+11+165=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BA5 is #29F45A. Grayscale: #585858. Windows color (decimal): -2749531 or 10816470. OLE color: 10816470.

HSL color Cylindrical-coordinate representation of color #D60BA5: hue angle of 314.48º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BA5 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 11 165 -
CMYK 0 0.95 0.23 0.16
HSL 314.48º 0.9% 0.44% -
HSV(B) 314.48º 0.95% 0.84% -
XYZ 34.64 17.25 37.1 -
YUV 89.25 170.75 216.98 -
System Red Green Blue C M Y K H S L
Decimal 214 11 165 0 0.95 0.23 0.16 314.48 0.9 0.44
Hex D6 B A5 0 5F 17 10 13A 5A 2C
Octal 326 13 245 0 137 27 20 472 132 54
Binary 11010110 1011 10100101 0 1011111 10111 10000 100111010 1011010 101100

Color Harmonies of #D60BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60BA5

Black with #D60BA5

Text Example


Text Example

White with #D60BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60BA5; }

 p { color: rgb(214,11,165); }

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

background-color css

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

 a { background-color: rgb(214,11,165); }

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

border-color css

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

 span { border-color: rgb(214,11,165); }

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