Html Css Color HEX #D5069F Hollywood Cerise

📋 copy color: '#D5069F'

red 213 ◦ green 6 ◦ blue 159

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

Shades of Hollywood Cerise #D5069F

Tints of Hollywood Cerise #D5069F

RGB

 RED value IS 213 (83.59% from 255) = 56.35%

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

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 56.35%
G = 1.59%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5069F (or 0xD5069F) is known color: Hollywood Cerise. HEX triplet: D5, 06 and 9F. RGB value is (213,6,159). Sum of RGB (Red+Green+Blue) = 213+6+159=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5069F is #2AF960. Grayscale: #545454. Windows color (decimal): -2816353 or 10421973. OLE color: 10421973.

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

Color convert

RGB 213 6 159 -
CMYK 0 0.97 0.25 0.16
HSL 315.65º 0.95% 0.43% -
HSV(B) 315.65º 0.97% 0.84% -
XYZ 33.76 16.78 34.26 -
YUV 85.34 169.58 219.06 -
System Red Green Blue C M Y K H S L
Decimal 213 6 159 0 0.97 0.25 0.16 315.65 0.95 0.43
Hex D5 6 9F 0 61 19 10 13C 5F 2B
Octal 325 6 237 0 141 31 20 474 137 53
Binary 11010101 110 10011111 0 1100001 11001 10000 100111100 1011111 101011

Color Harmonies of #D5069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5069F

Black with #D5069F

Text Example


Text Example

White with #D5069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5069F; }

 p { color: rgb(213,6,159); }

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

background-color css

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

 a { background-color: rgb(213,6,159); }

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

border-color css

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

 span { border-color: rgb(213,6,159); }

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