Html Css Color HEX #D5246D Cerise

📋 copy color: '#D5246D'

red 213 ◦ green 36 ◦ blue 109

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

Shades of Cerise #D5246D

Tints of Cerise #D5246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 59.5%
G = 10.06%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5246D (or 0xD5246D) is known color: Cerise. HEX triplet: D5, 24 and 6D. RGB value is (213,36,109). Sum of RGB (Red+Green+Blue) = 213+36+109=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5246D is #2ADB92. Grayscale: #616161. Windows color (decimal): -2808723 or 7152853. OLE color: 7152853.

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

Color convert

RGB 213 36 109 -
CMYK 0 0.83 0.49 0.16
HSL 335.25º 0.71% 0.49% -
HSV(B) 335.25º 0.83% 0.84% -
XYZ 30.83 16.51 16.03 -
YUV 97.25 134.64 210.56 -
System Red Green Blue C M Y K H S L
Decimal 213 36 109 0 0.83 0.49 0.16 335.25 0.71 0.49
Hex D5 24 6D 0 53 31 10 14F 47 31
Octal 325 44 155 0 123 61 20 517 107 61
Binary 11010101 100100 1101101 0 1010011 110001 10000 101001111 1000111 110001

Color Harmonies of #D5246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5246D

Black with #D5246D

Text Example


Text Example

White with #D5246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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