Html Css Color HEX #D3215C Cerise

📋 copy color: '#D3215C'

red 211 ◦ green 33 ◦ blue 92

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

Shades of Cerise #D3215C

Tints of Cerise #D3215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 62.8%
G = 9.82%
B = 27.38%

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

#D3215C (or 0xD3215C) is known color: Cerise. HEX triplet: D3, 21 and 5C. RGB value is (211,33,92). Sum of RGB (Red+Green+Blue) = 211+33+92=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3215C is #2CDEA3. Grayscale: #5C5C5C. Windows color (decimal): -2940580 or 6037971. OLE color: 6037971.

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

Color convert

RGB 211 33 92 -
CMYK 0 0.84 0.56 0.17
HSL 340.11º 0.73% 0.48% -
HSV(B) 340.11º 0.84% 0.83% -
XYZ 29.34 15.71 11.61 -
YUV 92.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 211 33 92 0 0.84 0.56 0.17 340.11 0.73 0.48
Hex D3 21 5C 0 54 38 11 154 49 30
Octal 323 41 134 0 124 70 21 524 111 60
Binary 11010011 100001 1011100 0 1010100 111000 10001 101010100 1001001 110000

Color Harmonies of #D3215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3215C

Black with #D3215C

Text Example


Text Example

White with #D3215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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