Html Css Color HEX #D82965 Cerise

📋 copy color: '#D82965'

red 216 ◦ green 41 ◦ blue 101

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

Shades of Cerise #D82965

Tints of Cerise #D82965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 60.34%
G = 11.45%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D82965 (or 0xD82965) is known color: Cerise. HEX triplet: D8, 29 and 65. RGB value is (216,41,101). Sum of RGB (Red+Green+Blue) = 216+41+101=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D82965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82965 is #27D69A. Grayscale: #646464. Windows color (decimal): -2610843 or 6629848. OLE color: 6629848.

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

Color convert

RGB 216 41 101 -
CMYK 0 0.81 0.53 0.15
HSL 339.43º 0.69% 0.5% -
HSV(B) 339.43º 0.81% 0.85% -
XYZ 31.46 17.12 13.96 -
YUV 100.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 216 41 101 0 0.81 0.53 0.15 339.43 0.69 0.5
Hex D8 29 65 0 51 35 F 153 45 32
Octal 330 51 145 0 121 65 17 523 105 62
Binary 11011000 101001 1100101 0 1010001 110101 1111 101010011 1000101 110010

Color Harmonies of #D82965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82965

Black with #D82965

Text Example


Text Example

White with #D82965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82965; }

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

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

background-color css

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

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

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

border-color css

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

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

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