Html Css Color HEX #D239A0 Deep Cerise

📋 copy color: '#D239A0'

red 210 ◦ green 57 ◦ blue 160

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

Shades of Deep Cerise #D239A0

Tints of Deep Cerise #D239A0

RGB

 RED value IS 210 (82.42% from 255) = 49.18%

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

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

R = 49.18%
G = 13.35%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D239A0 (or 0xD239A0) is known color: Deep Cerise. HEX triplet: D2, 39 and A0. RGB value is (210,57,160). Sum of RGB (Red+Green+Blue) = 210+57+160=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D239A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D239A0 is #2DC65F. Grayscale: #727272. Windows color (decimal): -2999904 or 10500562. OLE color: 10500562.

HSL color Cylindrical-coordinate representation of color #D239A0: hue angle of 319.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D239A0 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 160 -
CMYK 0 0.73 0.24 0.18
HSL 319.61º 0.63% 0.52% -
HSV(B) 319.61º 0.73% 0.82% -
XYZ 34.39 19.17 35.14 -
YUV 114.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 210 57 160 0 0.73 0.24 0.18 319.61 0.63 0.52
Hex D2 39 A0 0 49 18 12 140 3F 34
Octal 322 71 240 0 111 30 22 500 77 64
Binary 11010010 111001 10100000 0 1001001 11000 10010 101000000 111111 110100

Color Harmonies of #D239A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D239A0

Black with #D239A0

Text Example


Text Example

White with #D239A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D239A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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