Html Css Color HEX #D5249D Deep Cerise

📋 copy color: '#D5249D'

red 213 ◦ green 36 ◦ blue 157

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

Shades of Deep Cerise #D5249D

Tints of Deep Cerise #D5249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 52.46%
G = 8.87%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5249D (or 0xD5249D) is known color: Deep Cerise. HEX triplet: D5, 24 and 9D. RGB value is (213,36,157). Sum of RGB (Red+Green+Blue) = 213+36+157=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5249D is #2ADB62. Grayscale: #666666. Windows color (decimal): -2808675 or 10298581. OLE color: 10298581.

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

Color convert

RGB 213 36 157 -
CMYK 0 0.83 0.26 0.16
HSL 318.98º 0.71% 0.49% -
HSV(B) 318.98º 0.83% 0.84% -
XYZ 34.16 17.84 33.54 -
YUV 102.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 213 36 157 0 0.83 0.26 0.16 318.98 0.71 0.49
Hex D5 24 9D 0 53 1A 10 13F 47 31
Octal 325 44 235 0 123 32 20 477 107 61
Binary 11010101 100100 10011101 0 1010011 11010 10000 100111111 1000111 110001

Color Harmonies of #D5249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5249D

Black with #D5249D

Text Example


Text Example

White with #D5249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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