Html Css Color HEX #D83380 Deep Cerise

📋 copy color: '#D83380'

red 216 ◦ green 51 ◦ blue 128

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

Shades of Deep Cerise #D83380

Tints of Deep Cerise #D83380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.91%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 54.68%
G = 12.91%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D83380 (or 0xD83380) is known color: Deep Cerise. HEX triplet: D8, 33 and 80. RGB value is (216,51,128). Sum of RGB (Red+Green+Blue) = 216+51+128=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D83380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83380 is #27CC7F. Grayscale: #6C6C6C. Windows color (decimal): -2608256 or 8401880. OLE color: 8401880.

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

Color convert

RGB 216 51 128 -
CMYK 0 0.76 0.41 0.15
HSL 332º 0.68% 0.52% -
HSV(B) 332º 0.76% 0.85% -
XYZ 33.4 18.53 22.24 -
YUV 109.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 216 51 128 0 0.76 0.41 0.15 332 0.68 0.52
Hex D8 33 80 0 4C 29 F 14C 44 34
Octal 330 63 200 0 114 51 17 514 104 64
Binary 11011000 110011 10000000 0 1001100 101001 1111 101001100 1000100 110100

Color Harmonies of #D83380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83380

Black with #D83380

Text Example


Text Example

White with #D83380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83380; }

 p { color: rgb(216,51,128); }

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

background-color css

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

 a { background-color: rgb(216,51,128); }

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

border-color css

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

 span { border-color: rgb(216,51,128); }

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