Html Css Color HEX #D1245C Cerise

📋 copy color: '#D1245C'

red 209 ◦ green 36 ◦ blue 92

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

Shades of Cerise #D1245C

Tints of Cerise #D1245C

RGB

 RED value IS 209 (82.03% from 255) = 62.02%

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

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 62.02%
G = 10.68%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1245C (or 0xD1245C) is known color: Cerise. HEX triplet: D1, 24 and 5C. RGB value is (209,36,92). Sum of RGB (Red+Green+Blue) = 209+36+92=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1245C is #2EDBA3. Grayscale: #5E5E5E. Windows color (decimal): -3070884 or 6038737. OLE color: 6038737.

HSL color Cylindrical-coordinate representation of color #D1245C: hue angle of 340.58º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1245C is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 92 -
CMYK 0 0.83 0.56 0.18
HSL 340.58º 0.71% 0.48% -
HSV(B) 340.58º 0.83% 0.82% -
XYZ 28.86 15.59 11.61 -
YUV 94.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 209 36 92 0 0.83 0.56 0.18 340.58 0.71 0.48
Hex D1 24 5C 0 53 38 12 155 47 30
Octal 321 44 134 0 123 70 22 525 107 60
Binary 11010001 100100 1011100 0 1010011 111000 10010 101010101 1000111 110000

Color Harmonies of #D1245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1245C

Black with #D1245C

Text Example


Text Example

White with #D1245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1245C; }

 p { color: rgb(209,36,92); }

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

background-color css

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

 a { background-color: rgb(209,36,92); }

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

border-color css

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

 span { border-color: rgb(209,36,92); }

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