Html Css Color HEX #D1245D Cerise

📋 copy color: '#D1245D'

red 209 ◦ green 36 ◦ blue 93

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

Shades of Cerise #D1245D

Tints of Cerise #D1245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 61.83%
G = 10.65%
B = 27.51%

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

#D1245D (or 0xD1245D) is known color: Cerise. HEX triplet: D1, 24 and 5D. RGB value is (209,36,93). Sum of RGB (Red+Green+Blue) = 209+36+93=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1245D is #2EDBA2. Grayscale: #5E5E5E. Windows color (decimal): -3070883 or 6104273. OLE color: 6104273.

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

Color convert

RGB 209 36 93 -
CMYK 0 0.83 0.56 0.18
HSL 340.23º 0.71% 0.48% -
HSV(B) 340.23º 0.83% 0.82% -
XYZ 28.9 15.61 11.85 -
YUV 94.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 209 36 93 0 0.83 0.56 0.18 340.23 0.71 0.48
Hex D1 24 5D 0 53 38 12 154 47 30
Octal 321 44 135 0 123 70 22 524 107 60
Binary 11010001 100100 1011101 0 1010011 111000 10010 101010100 1000111 110000

Color Harmonies of #D1245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1245D

Black with #D1245D

Text Example


Text Example

White with #D1245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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