Html Css Color HEX #D32363 Cerise

📋 copy color: '#D32363'

red 211 ◦ green 35 ◦ blue 99

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

Shades of Cerise #D32363

Tints of Cerise #D32363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 61.16%
G = 10.14%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D32363 (or 0xD32363) is known color: Cerise. HEX triplet: D3, 23 and 63. RGB value is (211,35,99). Sum of RGB (Red+Green+Blue) = 211+35+99=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D32363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32363 is #2CDC9C. Grayscale: #5E5E5E. Windows color (decimal): -2940061 or 6497235. OLE color: 6497235.

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

Color convert

RGB 211 35 99 -
CMYK 0 0.83 0.53 0.17
HSL 338.18º 0.72% 0.48% -
HSV(B) 338.18º 0.83% 0.83% -
XYZ 29.72 15.95 13.32 -
YUV 94.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 211 35 99 0 0.83 0.53 0.17 338.18 0.72 0.48
Hex D3 23 63 0 53 35 11 152 48 30
Octal 323 43 143 0 123 65 21 522 110 60
Binary 11010011 100011 1100011 0 1010011 110101 10001 101010010 1001000 110000

Color Harmonies of #D32363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32363

Black with #D32363

Text Example


Text Example

White with #D32363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32363; }

 p { color: rgb(211,35,99); }

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

background-color css

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

 a { background-color: rgb(211,35,99); }

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

border-color css

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

 span { border-color: rgb(211,35,99); }

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