Html Css Color HEX #D82375 Deep Cerise

📋 copy color: '#D82375'

red 216 ◦ green 35 ◦ blue 117

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

Shades of Deep Cerise #D82375

Tints of Deep Cerise #D82375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 58.7%
G = 9.51%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82375 (or 0xD82375) is known color: Deep Cerise. HEX triplet: D8, 23 and 75. RGB value is (216,35,117). Sum of RGB (Red+Green+Blue) = 216+35+117=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D82375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82375 is #27DC8A. Grayscale: #626262. Windows color (decimal): -2612363 or 7676888. OLE color: 7676888.

HSL color Cylindrical-coordinate representation of color #D82375: hue angle of 332.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 #D82375 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 35 117 -
CMYK 0 0.84 0.46 0.15
HSL 332.82º 0.72% 0.49% -
HSV(B) 332.82º 0.84% 0.85% -
XYZ 32.13 17.09 18.43 -
YUV 98.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 216 35 117 0 0.84 0.46 0.15 332.82 0.72 0.49
Hex D8 23 75 0 54 2E F 14D 48 31
Octal 330 43 165 0 124 56 17 515 110 61
Binary 11011000 100011 1110101 0 1010100 101110 1111 101001101 1001000 110001

Color Harmonies of #D82375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82375

Black with #D82375

Text Example


Text Example

White with #D82375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82375; }

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

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

background-color css

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

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

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

border-color css

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

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

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