Html Css Color HEX #D3215D Cerise

📋 copy color: '#D3215D'

red 211 ◦ green 33 ◦ blue 93

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

Shades of Cerise #D3215D

Tints of Cerise #D3215D

RGB

 RED value IS 211 (82.81% from 255) = 62.61%

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

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

R = 62.61%
G = 9.79%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3215D (or 0xD3215D) is known color: Cerise. HEX triplet: D3, 21 and 5D. RGB value is (211,33,93). Sum of RGB (Red+Green+Blue) = 211+33+93=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D3215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3215D is #2CDEA2. Grayscale: #5D5D5D. Windows color (decimal): -2940579 or 6103507. OLE color: 6103507.

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

Color convert

RGB 211 33 93 -
CMYK 0 0.84 0.56 0.17
HSL 339.78º 0.73% 0.48% -
HSV(B) 339.78º 0.84% 0.83% -
XYZ 29.38 15.73 11.84 -
YUV 93.06 127.97 212.12 -
System Red Green Blue C M Y K H S L
Decimal 211 33 93 0 0.84 0.56 0.17 339.78 0.73 0.48
Hex D3 21 5D 0 54 38 11 154 49 30
Octal 323 41 135 0 124 70 21 524 111 60
Binary 11010011 100001 1011101 0 1010100 111000 10001 101010100 1001001 110000

Color Harmonies of #D3215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3215D

Black with #D3215D

Text Example


Text Example

White with #D3215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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