Html Css Color HEX #D5249A Deep Cerise

📋 copy color: '#D5249A'

red 213 ◦ green 36 ◦ blue 154

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

Shades of Deep Cerise #D5249A

Tints of Deep Cerise #D5249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 52.85%
G = 8.93%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5249A (or 0xD5249A) is known color: Deep Cerise. HEX triplet: D5, 24 and 9A. RGB value is (213,36,154). Sum of RGB (Red+Green+Blue) = 213+36+154=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5249A is #2ADB65. Grayscale: #666666. Windows color (decimal): -2808678 or 10101973. OLE color: 10101973.

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

Color convert

RGB 213 36 154 -
CMYK 0 0.83 0.28 0.16
HSL 320º 0.71% 0.49% -
HSV(B) 320º 0.83% 0.84% -
XYZ 33.9 17.74 32.21 -
YUV 102.38 157.14 206.91 -
System Red Green Blue C M Y K H S L
Decimal 213 36 154 0 0.83 0.28 0.16 320 0.71 0.49
Hex D5 24 9A 0 53 1C 10 140 47 31
Octal 325 44 232 0 123 34 20 500 107 61
Binary 11010101 100100 10011010 0 1010011 11100 10000 101000000 1000111 110001

Color Harmonies of #D5249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5249A

Black with #D5249A

Text Example


Text Example

White with #D5249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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