Html Css Color HEX #D1215E Cerise

📋 copy color: '#D1215E'

red 209 ◦ green 33 ◦ blue 94

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

Shades of Cerise #D1215E

Tints of Cerise #D1215E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 62.2%
G = 9.82%
B = 27.98%

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

#D1215E (or 0xD1215E) is known color: Cerise. HEX triplet: D1, 21 and 5E. RGB value is (209,33,94). Sum of RGB (Red+Green+Blue) = 209+33+94=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1215E is #2EDEA1. Grayscale: #5C5C5C. Windows color (decimal): -3071650 or 6169041. OLE color: 6169041.

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

Color convert

RGB 209 33 94 -
CMYK 0 0.84 0.55 0.18
HSL 339.2º 0.73% 0.47% -
HSV(B) 339.2º 0.84% 0.82% -
XYZ 28.86 15.45 12.05 -
YUV 92.58 128.81 211.04 -
System Red Green Blue C M Y K H S L
Decimal 209 33 94 0 0.84 0.55 0.18 339.2 0.73 0.47
Hex D1 21 5E 0 54 37 12 153 49 2F
Octal 321 41 136 0 124 67 22 523 111 57
Binary 11010001 100001 1011110 0 1010100 110111 10010 101010011 1001001 101111

Color Harmonies of #D1215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1215E

Black with #D1215E

Text Example


Text Example

White with #D1215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1215E; }

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

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

background-color css

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

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

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

border-color css

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

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

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