Html Css Color HEX #D1215D Cerise

📋 copy color: '#D1215D'

red 209 ◦ green 33 ◦ blue 93

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

Shades of Cerise #D1215D

Tints of Cerise #D1215D

RGB

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

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

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

R = 62.39%
G = 9.85%
B = 27.76%

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

#D1215D (or 0xD1215D) is known color: Cerise. HEX triplet: D1, 21 and 5D. RGB value is (209,33,93). Sum of RGB (Red+Green+Blue) = 209+33+93=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1215D is #2EDEA2. Grayscale: #5C5C5C. Windows color (decimal): -3071651 or 6103505. OLE color: 6103505.

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

Color convert

RGB 209 33 93 -
CMYK 0 0.84 0.56 0.18
HSL 339.55º 0.73% 0.47% -
HSV(B) 339.55º 0.84% 0.82% -
XYZ 28.81 15.43 11.82 -
YUV 92.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 209 33 93 0 0.84 0.56 0.18 339.55 0.73 0.47
Hex D1 21 5D 0 54 38 12 154 49 2F
Octal 321 41 135 0 124 70 22 524 111 57
Binary 11010001 100001 1011101 0 1010100 111000 10010 101010100 1001001 101111

Color Harmonies of #D1215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1215D

Black with #D1215D

Text Example


Text Example

White with #D1215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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