Html Css Color HEX #D82378 Deep Cerise

📋 copy color: '#D82378'

red 216 ◦ green 35 ◦ blue 120

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

Shades of Deep Cerise #D82378

Tints of Deep Cerise #D82378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 58.22%
G = 9.43%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D82378 (or 0xD82378) is known color: Deep Cerise. HEX triplet: D8, 23 and 78. RGB value is (216,35,120). Sum of RGB (Red+Green+Blue) = 216+35+120=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D82378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82378 is #27DC87. Grayscale: #626262. Windows color (decimal): -2612360 or 7873496. OLE color: 7873496.

HSL color Cylindrical-coordinate representation of color #D82378: hue angle of 331.82º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82378 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 35 120 -
CMYK 0 0.84 0.44 0.15
HSL 331.82º 0.72% 0.49% -
HSV(B) 331.82º 0.84% 0.85% -
XYZ 32.31 17.16 19.38 -
YUV 98.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 216 35 120 0 0.84 0.44 0.15 331.82 0.72 0.49
Hex D8 23 78 0 54 2C F 14C 48 31
Octal 330 43 170 0 124 54 17 514 110 61
Binary 11011000 100011 1111000 0 1010100 101100 1111 101001100 1001000 110001

Color Harmonies of #D82378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82378

Black with #D82378

Text Example


Text Example

White with #D82378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82378; }

 p { color: rgb(216,35,120); }

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

background-color css

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

 a { background-color: rgb(216,35,120); }

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

border-color css

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

 span { border-color: rgb(216,35,120); }

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