Html Css Color HEX #D82165 Cerise

📋 copy color: '#D82165'

red 216 ◦ green 33 ◦ blue 101

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

Shades of Cerise #D82165

Tints of Cerise #D82165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 61.71%
G = 9.43%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D82165 (or 0xD82165) is known color: Cerise. HEX triplet: D8, 21 and 65. RGB value is (216,33,101). Sum of RGB (Red+Green+Blue) = 216+33+101=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D82165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82165 is #27DE9A. Grayscale: #5F5F5F. Windows color (decimal): -2612891 or 6627800. OLE color: 6627800.

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

Color convert

RGB 216 33 101 -
CMYK 0 0.85 0.53 0.15
HSL 337.7º 0.73% 0.49% -
HSV(B) 337.7º 0.85% 0.85% -
XYZ 31.21 16.63 13.88 -
YUV 95.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 216 33 101 0 0.85 0.53 0.15 337.7 0.73 0.49
Hex D8 21 65 0 55 35 F 152 49 31
Octal 330 41 145 0 125 65 17 522 111 61
Binary 11011000 100001 1100101 0 1010101 110101 1111 101010010 1001001 110001

Color Harmonies of #D82165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82165

Black with #D82165

Text Example


Text Example

White with #D82165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82165; }

 p { color: rgb(216,33,101); }

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

background-color css

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

 a { background-color: rgb(216,33,101); }

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

border-color css

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

 span { border-color: rgb(216,33,101); }

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