Html Css Color HEX #D6089D Hollywood Cerise

📋 copy color: '#D6089D'

red 214 ◦ green 8 ◦ blue 157

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

Shades of Hollywood Cerise #D6089D

Tints of Hollywood Cerise #D6089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 56.46%
G = 2.11%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6089D (or 0xD6089D) is known color: Hollywood Cerise. HEX triplet: D6, 08 and 9D. RGB value is (214,8,157). Sum of RGB (Red+Green+Blue) = 214+8+157=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6089D is #29F762. Grayscale: #565656. Windows color (decimal): -2750307 or 10291414. OLE color: 10291414.

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

Color convert

RGB 214 8 157 -
CMYK 0 0.96 0.27 0.16
HSL 316.6º 0.93% 0.44% -
HSV(B) 316.6º 0.96% 0.84% -
XYZ 33.9 16.9 33.37 -
YUV 86.58 167.75 218.88 -
System Red Green Blue C M Y K H S L
Decimal 214 8 157 0 0.96 0.27 0.16 316.6 0.93 0.44
Hex D6 8 9D 0 60 1B 10 13D 5D 2C
Octal 326 10 235 0 140 33 20 475 135 54
Binary 11010110 1000 10011101 0 1100000 11011 10000 100111101 1011101 101100

Color Harmonies of #D6089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6089D

Black with #D6089D

Text Example


Text Example

White with #D6089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6089D; }

 p { color: rgb(214,8,157); }

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

background-color css

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

 a { background-color: rgb(214,8,157); }

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

border-color css

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

 span { border-color: rgb(214,8,157); }

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