Html Css Color HEX #D607AB Hollywood Cerise

📋 copy color: '#D607AB'

red 214 ◦ green 7 ◦ blue 171

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

Shades of Hollywood Cerise #D607AB

Tints of Hollywood Cerise #D607AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.79%

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 54.59%
G = 1.79%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D607AB (or 0xD607AB) is known color: Hollywood Cerise. HEX triplet: D6, 07 and AB. RGB value is (214,7,171). Sum of RGB (Red+Green+Blue) = 214+7+171=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D607AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D607AB is #29F854. Grayscale: #575757. Windows color (decimal): -2750549 or 11208662. OLE color: 11208662.

HSL color Cylindrical-coordinate representation of color #D607AB: hue angle of 312.46º degrees, saturation: 0.94, 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 #D607AB is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 7 171 -
CMYK 0 0.97 0.20 0.16
HSL 312.46º 0.94% 0.43% -
HSV(B) 312.46º 0.97% 0.84% -
XYZ 35.16 17.39 40.03 -
YUV 87.59 175.08 218.16 -
System Red Green Blue C M Y K H S L
Decimal 214 7 171 0 0.97 0.20 0.16 312.46 0.94 0.43
Hex D6 7 AB 0 61 14 10 138 5E 2B
Octal 326 7 253 0 141 24 20 470 136 53
Binary 11010110 111 10101011 0 1100001 10100 10000 100111000 1011110 101011

Color Harmonies of #D607AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D607AB

Black with #D607AB

Text Example


Text Example

White with #D607AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D607AB; }

 p { color: rgb(214,7,171); }

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

background-color css

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

 a { background-color: rgb(214,7,171); }

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

border-color css

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

 span { border-color: rgb(214,7,171); }

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