Html Css Color HEX #D604A7 Hollywood Cerise

📋 copy color: '#D604A7'

red 214 ◦ green 4 ◦ blue 167

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

Shades of Hollywood Cerise #D604A7

Tints of Hollywood Cerise #D604A7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

 BLUE value IS 167 (65.63% from 255) = 43.38%

R = 55.58%
G = 1.04%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D604A7 (or 0xD604A7) is known color: Hollywood Cerise. HEX triplet: D6, 04 and A7. RGB value is (214,4,167). Sum of RGB (Red+Green+Blue) = 214+4+167=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D604A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D604A7 is #29FB58. Grayscale: #545454. Windows color (decimal): -2751321 or 10945750. OLE color: 10945750.

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

Color convert

RGB 214 4 167 -
CMYK 0 0.98 0.22 0.16
HSL 313.43º 0.96% 0.43% -
HSV(B) 313.43º 0.98% 0.84% -
XYZ 34.75 17.17 38.04 -
YUV 85.37 174.07 219.75 -
System Red Green Blue C M Y K H S L
Decimal 214 4 167 0 0.98 0.22 0.16 313.43 0.96 0.43
Hex D6 4 A7 0 62 16 10 139 60 2B
Octal 326 4 247 0 142 26 20 471 140 53
Binary 11010110 100 10100111 0 1100010 10110 10000 100111001 1100000 101011

Color Harmonies of #D604A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604A7

Black with #D604A7

Text Example


Text Example

White with #D604A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604A7; }

 p { color: rgb(214,4,167); }

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

background-color css

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

 a { background-color: rgb(214,4,167); }

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

border-color css

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

 span { border-color: rgb(214,4,167); }

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