Html Css Color HEX #D605A7 Hollywood Cerise

📋 copy color: '#D605A7'

red 214 ◦ green 5 ◦ blue 167

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

Shades of Hollywood Cerise #D605A7

Tints of Hollywood Cerise #D605A7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 55.44%
G = 1.3%
B = 43.26%

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

#D605A7 (or 0xD605A7) is known color: Hollywood Cerise. HEX triplet: D6, 05 and A7. RGB value is (214,5,167). Sum of RGB (Red+Green+Blue) = 214+5+167=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D605A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D605A7 is #29FA58. Grayscale: #555555. Windows color (decimal): -2751065 or 10946006. OLE color: 10946006.

HSL color Cylindrical-coordinate representation of color #D605A7: hue angle of 313.49º degrees, saturation: 0.95, 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 #D605A7 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 5 167 -
CMYK 0 0.98 0.22 0.16
HSL 313.49º 0.95% 0.43% -
HSV(B) 313.49º 0.98% 0.84% -
XYZ 34.76 17.19 38.05 -
YUV 85.96 173.74 219.33 -
System Red Green Blue C M Y K H S L
Decimal 214 5 167 0 0.98 0.22 0.16 313.49 0.95 0.43
Hex D6 5 A7 0 62 16 10 139 5F 2B
Octal 326 5 247 0 142 26 20 471 137 53
Binary 11010110 101 10100111 0 1100010 10110 10000 100111001 1011111 101011

Color Harmonies of #D605A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605A7

Black with #D605A7

Text Example


Text Example

White with #D605A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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