Html Css Color HEX #D6069D Hollywood Cerise

📋 copy color: '#D6069D'

red 214 ◦ green 6 ◦ blue 157

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

Shades of Hollywood Cerise #D6069D

Tints of Hollywood Cerise #D6069D

RGB

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

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

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

R = 56.76%
G = 1.59%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6069D (or 0xD6069D) is known color: Hollywood Cerise. HEX triplet: D6, 06 and 9D. RGB value is (214,6,157). Sum of RGB (Red+Green+Blue) = 214+6+157=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6069D is #29F962. Grayscale: #555555. Windows color (decimal): -2750819 or 10290902. OLE color: 10290902.

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

Color convert

RGB 214 6 157 -
CMYK 0 0.97 0.27 0.16
HSL 316.44º 0.95% 0.43% -
HSV(B) 316.44º 0.97% 0.84% -
XYZ 33.88 16.86 33.37 -
YUV 85.41 168.41 219.72 -
System Red Green Blue C M Y K H S L
Decimal 214 6 157 0 0.97 0.27 0.16 316.44 0.95 0.43
Hex D6 6 9D 0 61 1B 10 13C 5F 2B
Octal 326 6 235 0 141 33 20 474 137 53
Binary 11010110 110 10011101 0 1100001 11011 10000 100111100 1011111 101011

Color Harmonies of #D6069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6069D

Black with #D6069D

Text Example


Text Example

White with #D6069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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