Html Css Color HEX #D1215C Cerise

📋 copy color: '#D1215C'

red 209 ◦ green 33 ◦ blue 92

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

Shades of Cerise #D1215C

Tints of Cerise #D1215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

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

R = 62.57%
G = 9.88%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1215C (or 0xD1215C) is known color: Cerise. HEX triplet: D1, 21 and 5C. RGB value is (209,33,92). Sum of RGB (Red+Green+Blue) = 209+33+92=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1215C is #2EDEA3. Grayscale: #5C5C5C. Windows color (decimal): -3071652 or 6037969. OLE color: 6037969.

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

Color convert

RGB 209 33 92 -
CMYK 0 0.84 0.56 0.18
HSL 339.89º 0.73% 0.47% -
HSV(B) 339.89º 0.84% 0.82% -
XYZ 28.77 15.42 11.58 -
YUV 92.35 127.81 211.2 -
System Red Green Blue C M Y K H S L
Decimal 209 33 92 0 0.84 0.56 0.18 339.89 0.73 0.47
Hex D1 21 5C 0 54 38 12 154 49 2F
Octal 321 41 134 0 124 70 22 524 111 57
Binary 11010001 100001 1011100 0 1010100 111000 10010 101010100 1001001 101111

Color Harmonies of #D1215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1215C

Black with #D1215C

Text Example


Text Example

White with #D1215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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