Html Css Color HEX #D5247C Deep Cerise

📋 copy color: '#D5247C'

red 213 ◦ green 36 ◦ blue 124

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

Shades of Deep Cerise #D5247C

Tints of Deep Cerise #D5247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 57.1%
G = 9.65%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5247C (or 0xD5247C) is known color: Deep Cerise. HEX triplet: D5, 24 and 7C. RGB value is (213,36,124). Sum of RGB (Red+Green+Blue) = 213+36+124=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5247C is #2ADB83. Grayscale: #626262. Windows color (decimal): -2808708 or 8135893. OLE color: 8135893.

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

Color convert

RGB 213 36 124 -
CMYK 0 0.83 0.42 0.16
HSL 330.17º 0.71% 0.49% -
HSV(B) 330.17º 0.83% 0.84% -
XYZ 31.71 16.86 20.65 -
YUV 98.96 142.14 209.34 -
System Red Green Blue C M Y K H S L
Decimal 213 36 124 0 0.83 0.42 0.16 330.17 0.71 0.49
Hex D5 24 7C 0 53 2A 10 14A 47 31
Octal 325 44 174 0 123 52 20 512 107 61
Binary 11010101 100100 1111100 0 1010011 101010 10000 101001010 1000111 110001

Color Harmonies of #D5247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5247C

Black with #D5247C

Text Example


Text Example

White with #D5247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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