Html Css Color HEX #D83294 Deep Cerise

📋 copy color: '#D83294'

red 216 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #D83294

Tints of Deep Cerise #D83294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 52.17%
G = 12.08%
B = 35.75%

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

#D83294 (or 0xD83294) is known color: Deep Cerise. HEX triplet: D8, 32 and 94. RGB value is (216,50,148). Sum of RGB (Red+Green+Blue) = 216+50+148=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D83294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83294 is #27CD6B. Grayscale: #6E6E6E. Windows color (decimal): -2608492 or 9712344. OLE color: 9712344.

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

Color convert

RGB 216 50 148 -
CMYK 0 0.77 0.31 0.15
HSL 324.58º 0.68% 0.52% -
HSV(B) 324.58º 0.77% 0.85% -
XYZ 34.8 19.02 29.85 -
YUV 110.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 216 50 148 0 0.77 0.31 0.15 324.58 0.68 0.52
Hex D8 32 94 0 4D 1F F 145 44 34
Octal 330 62 224 0 115 37 17 505 104 64
Binary 11011000 110010 10010100 0 1001101 11111 1111 101000101 1000100 110100

Color Harmonies of #D83294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83294

Black with #D83294

Text Example


Text Example

White with #D83294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83294; }

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

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

background-color css

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

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

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

border-color css

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

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

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