Html Css Color HEX #D83480 Deep Cerise

📋 copy color: '#D83480'

red 216 ◦ green 52 ◦ blue 128

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

Shades of Deep Cerise #D83480

Tints of Deep Cerise #D83480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 54.55%
G = 13.13%
B = 32.32%

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

#D83480 (or 0xD83480) is known color: Deep Cerise. HEX triplet: D8, 34 and 80. RGB value is (216,52,128). Sum of RGB (Red+Green+Blue) = 216+52+128=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D83480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83480 is #27CB7F. Grayscale: #6D6D6D. Windows color (decimal): -2608000 or 8402136. OLE color: 8402136.

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

Color convert

RGB 216 52 128 -
CMYK 0 0.76 0.41 0.15
HSL 332.2º 0.68% 0.53% -
HSV(B) 332.2º 0.76% 0.85% -
XYZ 33.44 18.61 22.25 -
YUV 109.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 216 52 128 0 0.76 0.41 0.15 332.2 0.68 0.53
Hex D8 34 80 0 4C 29 F 14C 44 35
Octal 330 64 200 0 114 51 17 514 104 65
Binary 11011000 110100 10000000 0 1001100 101001 1111 101001100 1000100 110101

Color Harmonies of #D83480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83480

Black with #D83480

Text Example


Text Example

White with #D83480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83480; }

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

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

background-color css

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

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

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

border-color css

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

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

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