Html Css Color HEX #D607A5 Hollywood Cerise

📋 copy color: '#D607A5'

red 214 ◦ green 7 ◦ blue 165

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

Shades of Hollywood Cerise #D607A5

Tints of Hollywood Cerise #D607A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.75%

R = 55.44%
G = 1.81%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D607A5 (or 0xD607A5) is known color: Hollywood Cerise. HEX triplet: D6, 07 and A5. RGB value is (214,7,165). Sum of RGB (Red+Green+Blue) = 214+7+165=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D607A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D607A5 is #29F85A. Grayscale: #565656. Windows color (decimal): -2750555 or 10815446. OLE color: 10815446.

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

Color convert

RGB 214 7 165 -
CMYK 0 0.97 0.23 0.16
HSL 314.2º 0.94% 0.43% -
HSV(B) 314.2º 0.97% 0.84% -
XYZ 34.6 17.16 37.09 -
YUV 86.91 172.08 218.65 -
System Red Green Blue C M Y K H S L
Decimal 214 7 165 0 0.97 0.23 0.16 314.2 0.94 0.43
Hex D6 7 A5 0 61 17 10 13A 5E 2B
Octal 326 7 245 0 141 27 20 472 136 53
Binary 11010110 111 10100101 0 1100001 10111 10000 100111010 1011110 101011

Color Harmonies of #D607A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D607A5

Black with #D607A5

Text Example


Text Example

White with #D607A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D607A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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