Html Css Color HEX #D935A0 Deep Cerise

📋 copy color: '#D935A0'

red 217 ◦ green 53 ◦ blue 160

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

Shades of Deep Cerise #D935A0

Tints of Deep Cerise #D935A0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.33%

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

R = 50.47%
G = 12.33%
B = 37.21%

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

#D935A0 (or 0xD935A0) is known color: Deep Cerise. HEX triplet: D9, 35 and A0. RGB value is (217,53,160). Sum of RGB (Red+Green+Blue) = 217+53+160=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D935A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D935A0 is #26CA5F. Grayscale: #717171. Windows color (decimal): -2542176 or 10499545. OLE color: 10499545.

HSL color Cylindrical-coordinate representation of color #D935A0: hue angle of 320.85º 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 #D935A0 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 160 -
CMYK 0 0.76 0.26 0.15
HSL 320.85º 0.68% 0.53% -
HSV(B) 320.85º 0.76% 0.85% -
XYZ 36.23 19.84 35.18 -
YUV 114.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 217 53 160 0 0.76 0.26 0.15 320.85 0.68 0.53
Hex D9 35 A0 0 4C 1A F 141 44 35
Octal 331 65 240 0 114 32 17 501 104 65
Binary 11011001 110101 10100000 0 1001100 11010 1111 101000001 1000100 110101

Color Harmonies of #D935A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935A0

Black with #D935A0

Text Example


Text Example

White with #D935A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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