Html Css Color HEX #D5246C Cerise

📋 copy color: '#D5246C'

red 213 ◦ green 36 ◦ blue 108

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

Shades of Cerise #D5246C

Tints of Cerise #D5246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 59.66%
G = 10.08%
B = 30.25%

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

#D5246C (or 0xD5246C) is known color: Cerise. HEX triplet: D5, 24 and 6C. RGB value is (213,36,108). Sum of RGB (Red+Green+Blue) = 213+36+108=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5246C is #2ADB93. Grayscale: #616161. Windows color (decimal): -2808724 or 7087317. OLE color: 7087317.

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

Color convert

RGB 213 36 108 -
CMYK 0 0.83 0.49 0.16
HSL 335.59º 0.71% 0.49% -
HSV(B) 335.59º 0.83% 0.84% -
XYZ 30.78 16.49 15.75 -
YUV 97.13 134.14 210.65 -
System Red Green Blue C M Y K H S L
Decimal 213 36 108 0 0.83 0.49 0.16 335.59 0.71 0.49
Hex D5 24 6C 0 53 31 10 150 47 31
Octal 325 44 154 0 123 61 20 520 107 61
Binary 11010101 100100 1101100 0 1010011 110001 10000 101010000 1000111 110001

Color Harmonies of #D5246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5246C

Black with #D5246C

Text Example


Text Example

White with #D5246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5246C; }

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

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

background-color css

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

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

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

border-color css

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

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

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