Html Css Color HEX #D83295 Deep Cerise

📋 copy color: '#D83295'

red 216 ◦ green 50 ◦ blue 149

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

Shades of Deep Cerise #D83295

Tints of Deep Cerise #D83295

RGB

 RED value IS 216 (84.77% from 255) = 52.05%

 GREEN value IS 50 (19.92% from 255) = 12.05%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 52.05%
G = 12.05%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D83295 (or 0xD83295) is known color: Deep Cerise. HEX triplet: D8, 32 and 95. RGB value is (216,50,149). Sum of RGB (Red+Green+Blue) = 216+50+149=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D83295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83295 is #27CD6A. Grayscale: #6E6E6E. Windows color (decimal): -2608491 or 9777880. OLE color: 9777880.

HSL color Cylindrical-coordinate representation of color #D83295: hue angle of 324.22º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83295 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 50 149 -
CMYK 0 0.77 0.31 0.15
HSL 324.22º 0.68% 0.52% -
HSV(B) 324.22º 0.77% 0.85% -
XYZ 34.88 19.05 30.27 -
YUV 110.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 216 50 149 0 0.77 0.31 0.15 324.22 0.68 0.52
Hex D8 32 95 0 4D 1F F 144 44 34
Octal 330 62 225 0 115 37 17 504 104 64
Binary 11011000 110010 10010101 0 1001101 11111 1111 101000100 1000100 110100

Color Harmonies of #D83295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83295

Black with #D83295

Text Example


Text Example

White with #D83295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83295; }

 p { color: rgb(216,50,149); }

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

background-color css

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

 a { background-color: rgb(216,50,149); }

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

border-color css

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

 span { border-color: rgb(216,50,149); }

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