Html Css Color HEX #D5249F Deep Cerise

📋 copy color: '#D5249F'

red 213 ◦ green 36 ◦ blue 159

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

Shades of Deep Cerise #D5249F

Tints of Deep Cerise #D5249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 52.21%
G = 8.82%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5249F (or 0xD5249F) is known color: Deep Cerise. HEX triplet: D5, 24 and 9F. RGB value is (213,36,159). Sum of RGB (Red+Green+Blue) = 213+36+159=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5249F is #2ADB60. Grayscale: #666666. Windows color (decimal): -2808673 or 10429653. OLE color: 10429653.

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

Color convert

RGB 213 36 159 -
CMYK 0 0.83 0.25 0.16
HSL 318.31º 0.71% 0.49% -
HSV(B) 318.31º 0.83% 0.84% -
XYZ 34.33 17.91 34.45 -
YUV 102.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 213 36 159 0 0.83 0.25 0.16 318.31 0.71 0.49
Hex D5 24 9F 0 53 19 10 13E 47 31
Octal 325 44 237 0 123 31 20 476 107 61
Binary 11010101 100100 10011111 0 1010011 11001 10000 100111110 1000111 110001

Color Harmonies of #D5249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5249F

Black with #D5249F

Text Example


Text Example

White with #D5249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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