Html Css Color HEX #D906AF Hollywood Cerise

📋 copy color: '#D906AF'

red 217 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #D906AF

Tints of Hollywood Cerise #D906AF

RGB

 RED value IS 217 (85.16% from 255) = 54.52%

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 54.52%
G = 1.51%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D906AF (or 0xD906AF) is known color: Hollywood Cerise. HEX triplet: D9, 06 and AF. RGB value is (217,6,175). Sum of RGB (Red+Green+Blue) = 217+6+175=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D906AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D906AF is #26F950. Grayscale: #575757. Windows color (decimal): -2554193 or 11470553. OLE color: 11470553.

HSL color Cylindrical-coordinate representation of color #D906AF: hue angle of 311.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D906AF is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 6 175 -
CMYK 0 0.97 0.19 0.15
HSL 311.94º 0.95% 0.44% -
HSV(B) 311.94º 0.97% 0.85% -
XYZ 36.42 17.98 42.11 -
YUV 88.36 176.9 219.76 -
System Red Green Blue C M Y K H S L
Decimal 217 6 175 0 0.97 0.19 0.15 311.94 0.95 0.44
Hex D9 6 AF 0 61 13 F 138 5F 2C
Octal 331 6 257 0 141 23 17 470 137 54
Binary 11011001 110 10101111 0 1100001 10011 1111 100111000 1011111 101100

Color Harmonies of #D906AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D906AF

Black with #D906AF

Text Example


Text Example

White with #D906AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D906AF; }

 p { color: rgb(217,6,175); }

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

background-color css

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

 a { background-color: rgb(217,6,175); }

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

border-color css

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

 span { border-color: rgb(217,6,175); }

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