Html Css Color HEX #D934A0 Deep Cerise

📋 copy color: '#D934A0'

red 217 ◦ green 52 ◦ blue 160

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

Shades of Deep Cerise #D934A0

Tints of Deep Cerise #D934A0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.12%

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 50.58%
G = 12.12%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D934A0 (or 0xD934A0) is known color: Deep Cerise. HEX triplet: D9, 34 and A0. RGB value is (217,52,160). Sum of RGB (Red+Green+Blue) = 217+52+160=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D934A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D934A0 is #26CB5F. Grayscale: #717171. Windows color (decimal): -2542432 or 10499289. OLE color: 10499289.

HSL color Cylindrical-coordinate representation of color #D934A0: hue angle of 320.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D934A0 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 160 -
CMYK 0 0.76 0.26 0.15
HSL 320.73º 0.68% 0.53% -
HSV(B) 320.73º 0.76% 0.85% -
XYZ 36.19 19.75 35.16 -
YUV 113.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 217 52 160 0 0.76 0.26 0.15 320.73 0.68 0.53
Hex D9 34 A0 0 4C 1A F 141 44 35
Octal 331 64 240 0 114 32 17 501 104 65
Binary 11011001 110100 10100000 0 1001100 11010 1111 101000001 1000100 110101

Color Harmonies of #D934A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D934A0

Black with #D934A0

Text Example


Text Example

White with #D934A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D934A0; }

 p { color: rgb(217,52,160); }

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

background-color css

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

 a { background-color: rgb(217,52,160); }

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

border-color css

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

 span { border-color: rgb(217,52,160); }

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