Html Css Color HEX #D82961 Cerise

📋 copy color: '#D82961'

red 216 ◦ green 41 ◦ blue 97

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

Shades of Cerise #D82961

Tints of Cerise #D82961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 61.02%
G = 11.58%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D82961 (or 0xD82961) is known color: Cerise. HEX triplet: D8, 29 and 61. RGB value is (216,41,97). Sum of RGB (Red+Green+Blue) = 216+41+97=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D82961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82961 is #27D69E. Grayscale: #636363. Windows color (decimal): -2610847 or 6367704. OLE color: 6367704.

HSL color Cylindrical-coordinate representation of color #D82961: hue angle of 340.8º 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 #D82961 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 41 97 -
CMYK 0 0.81 0.55 0.15
HSL 340.8º 0.69% 0.5% -
HSV(B) 340.8º 0.81% 0.85% -
XYZ 31.27 17.05 12.95 -
YUV 99.71 126.48 210.95 -
System Red Green Blue C M Y K H S L
Decimal 216 41 97 0 0.81 0.55 0.15 340.8 0.69 0.5
Hex D8 29 61 0 51 37 F 155 45 32
Octal 330 51 141 0 121 67 17 525 105 62
Binary 11011000 101001 1100001 0 1010001 110111 1111 101010101 1000101 110010

Color Harmonies of #D82961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82961

Black with #D82961

Text Example


Text Example

White with #D82961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82961; }

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

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

background-color css

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

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

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

border-color css

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

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

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