Html Css Color HEX #D1215B Cerise

📋 copy color: '#D1215B'

red 209 ◦ green 33 ◦ blue 91

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

Shades of Cerise #D1215B

Tints of Cerise #D1215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 62.76%
G = 9.91%
B = 27.33%

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

#D1215B (or 0xD1215B) is known color: Cerise. HEX triplet: D1, 21 and 5B. RGB value is (209,33,91). Sum of RGB (Red+Green+Blue) = 209+33+91=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1215B is #2EDEA4. Grayscale: #5C5C5C. Windows color (decimal): -3071653 or 5972433. OLE color: 5972433.

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

Color convert

RGB 209 33 91 -
CMYK 0 0.84 0.56 0.18
HSL 340.23º 0.73% 0.47% -
HSV(B) 340.23º 0.84% 0.82% -
XYZ 28.73 15.4 11.36 -
YUV 92.24 127.31 211.28 -
System Red Green Blue C M Y K H S L
Decimal 209 33 91 0 0.84 0.56 0.18 340.23 0.73 0.47
Hex D1 21 5B 0 54 38 12 154 49 2F
Octal 321 41 133 0 124 70 22 524 111 57
Binary 11010001 100001 1011011 0 1010100 111000 10010 101010100 1001001 101111

Color Harmonies of #D1215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1215B

Black with #D1215B

Text Example


Text Example

White with #D1215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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