Html Css Color HEX #D83292 Deep Cerise

📋 copy color: '#D83292'

red 216 ◦ green 50 ◦ blue 146

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

Shades of Deep Cerise #D83292

Tints of Deep Cerise #D83292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 52.43%
G = 12.14%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D83292 (or 0xD83292) is known color: Deep Cerise. HEX triplet: D8, 32 and 92. RGB value is (216,50,146). Sum of RGB (Red+Green+Blue) = 216+50+146=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D83292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83292 is #27CD6D. Grayscale: #6E6E6E. Windows color (decimal): -2608494 or 9581272. OLE color: 9581272.

HSL color Cylindrical-coordinate representation of color #D83292: hue angle of 325.3º 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 #D83292 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 50 146 -
CMYK 0 0.77 0.32 0.15
HSL 325.3º 0.68% 0.52% -
HSV(B) 325.3º 0.77% 0.85% -
XYZ 34.65 18.96 29.03 -
YUV 110.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 216 50 146 0 0.77 0.32 0.15 325.3 0.68 0.52
Hex D8 32 92 0 4D 20 F 145 44 34
Octal 330 62 222 0 115 40 17 505 104 64
Binary 11011000 110010 10010010 0 1001101 100000 1111 101000101 1000100 110100

Color Harmonies of #D83292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83292

Black with #D83292

Text Example


Text Example

White with #D83292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83292; }

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

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

background-color css

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

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

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

border-color css

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

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

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