Html Css Color HEX #D939A0 Deep Cerise

📋 copy color: '#D939A0'

red 217 ◦ green 57 ◦ blue 160

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

Shades of Deep Cerise #D939A0

Tints of Deep Cerise #D939A0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.13%

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

R = 50%
G = 13.13%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D939A0 (or 0xD939A0) is known color: Deep Cerise. HEX triplet: D9, 39 and A0. RGB value is (217,57,160). Sum of RGB (Red+Green+Blue) = 217+57+160=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D939A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D939A0 is #26C65F. Grayscale: #747474. Windows color (decimal): -2541152 or 10500569. OLE color: 10500569.

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

Color convert

RGB 217 57 160 -
CMYK 0 0.74 0.26 0.15
HSL 321.38º 0.68% 0.54% -
HSV(B) 321.38º 0.74% 0.85% -
XYZ 36.42 20.22 35.24 -
YUV 116.58 152.51 199.62 -
System Red Green Blue C M Y K H S L
Decimal 217 57 160 0 0.74 0.26 0.15 321.38 0.68 0.54
Hex D9 39 A0 0 4A 1A F 141 44 36
Octal 331 71 240 0 112 32 17 501 104 66
Binary 11011001 111001 10100000 0 1001010 11010 1111 101000001 1000100 110110

Color Harmonies of #D939A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D939A0

Black with #D939A0

Text Example


Text Example

White with #D939A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D939A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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