Html Css Color HEX #D5246E Cerise

📋 copy color: '#D5246E'

red 213 ◦ green 36 ◦ blue 110

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

Shades of Cerise #D5246E

Tints of Cerise #D5246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 59.33%
G = 10.03%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5246E (or 0xD5246E) is known color: Cerise. HEX triplet: D5, 24 and 6E. RGB value is (213,36,110). Sum of RGB (Red+Green+Blue) = 213+36+110=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5246E is #2ADB91. Grayscale: #616161. Windows color (decimal): -2808722 or 7218389. OLE color: 7218389.

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

Color convert

RGB 213 36 110 -
CMYK 0 0.83 0.48 0.16
HSL 334.92º 0.71% 0.49% -
HSV(B) 334.92º 0.83% 0.84% -
XYZ 30.89 16.53 16.32 -
YUV 97.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 213 36 110 0 0.83 0.48 0.16 334.92 0.71 0.49
Hex D5 24 6E 0 53 30 10 14F 47 31
Octal 325 44 156 0 123 60 20 517 107 61
Binary 11010101 100100 1101110 0 1010011 110000 10000 101001111 1000111 110001

Color Harmonies of #D5246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5246E

Black with #D5246E

Text Example


Text Example

White with #D5246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5246E; }

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

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

background-color css

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

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

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

border-color css

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

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

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