Html Css Color HEX #D1215F Cerise

📋 copy color: '#D1215F'

red 209 ◦ green 33 ◦ blue 95

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

Shades of Cerise #D1215F

Tints of Cerise #D1215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 62.02%
G = 9.79%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1215F (or 0xD1215F) is known color: Cerise. HEX triplet: D1, 21 and 5F. RGB value is (209,33,95). Sum of RGB (Red+Green+Blue) = 209+33+95=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1215F is #2EDEA0. Grayscale: #5C5C5C. Windows color (decimal): -3071649 or 6234577. OLE color: 6234577.

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

Color convert

RGB 209 33 95 -
CMYK 0 0.84 0.55 0.18
HSL 338.86º 0.73% 0.47% -
HSV(B) 338.86º 0.84% 0.82% -
XYZ 28.9 15.47 12.29 -
YUV 92.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 209 33 95 0 0.84 0.55 0.18 338.86 0.73 0.47
Hex D1 21 5F 0 54 37 12 153 49 2F
Octal 321 41 137 0 124 67 22 523 111 57
Binary 11010001 100001 1011111 0 1010100 110111 10010 101010011 1001001 101111

Color Harmonies of #D1215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1215F

Black with #D1215F

Text Example


Text Example

White with #D1215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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