Html Css Color HEX #D5239C Deep Cerise

📋 copy color: '#D5239C'

red 213 ◦ green 35 ◦ blue 156

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

Shades of Deep Cerise #D5239C

Tints of Deep Cerise #D5239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.66%

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 52.72%
G = 8.66%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5239C (or 0xD5239C) is known color: Deep Cerise. HEX triplet: D5, 23 and 9C. RGB value is (213,35,156). Sum of RGB (Red+Green+Blue) = 213+35+156=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5239C is #2ADC63. Grayscale: #656565. Windows color (decimal): -2808932 or 10232789. OLE color: 10232789.

HSL color Cylindrical-coordinate representation of color #D5239C: hue angle of 319.21º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5239C is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 156 -
CMYK 0 0.84 0.27 0.16
HSL 319.21º 0.72% 0.49% -
HSV(B) 319.21º 0.84% 0.84% -
XYZ 34.04 17.75 33.08 -
YUV 102.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 213 35 156 0 0.84 0.27 0.16 319.21 0.72 0.49
Hex D5 23 9C 0 54 1B 10 13F 48 31
Octal 325 43 234 0 124 33 20 477 110 61
Binary 11010101 100011 10011100 0 1010100 11011 10000 100111111 1001000 110001

Color Harmonies of #D5239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5239C

Black with #D5239C

Text Example


Text Example

White with #D5239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5239C; }

 p { color: rgb(213,35,156); }

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

background-color css

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

 a { background-color: rgb(213,35,156); }

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

border-color css

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

 span { border-color: rgb(213,35,156); }

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