Html Css Color HEX #D5249C Deep Cerise

📋 copy color: '#D5249C'

red 213 ◦ green 36 ◦ blue 156

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

Shades of Deep Cerise #D5249C

Tints of Deep Cerise #D5249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.89%

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

R = 52.59%
G = 8.89%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5249C (or 0xD5249C) is known color: Deep Cerise. HEX triplet: D5, 24 and 9C. RGB value is (213,36,156). Sum of RGB (Red+Green+Blue) = 213+36+156=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5249C is #2ADB63. Grayscale: #666666. Windows color (decimal): -2808676 or 10233045. OLE color: 10233045.

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

Color convert

RGB 213 36 156 -
CMYK 0 0.83 0.27 0.16
HSL 319.32º 0.71% 0.49% -
HSV(B) 319.32º 0.83% 0.84% -
XYZ 34.07 17.81 33.09 -
YUV 102.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 213 36 156 0 0.83 0.27 0.16 319.32 0.71 0.49
Hex D5 24 9C 0 53 1B 10 13F 47 31
Octal 325 44 234 0 123 33 20 477 107 61
Binary 11010101 100100 10011100 0 1010011 11011 10000 100111111 1000111 110001

Color Harmonies of #D5249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5249C

Black with #D5249C

Text Example


Text Example

White with #D5249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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