Html Css Color HEX #D82962 Cerise

📋 copy color: '#D82962'

red 216 ◦ green 41 ◦ blue 98

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

Shades of Cerise #D82962

Tints of Cerise #D82962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 60.85%
G = 11.55%
B = 27.61%

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

#D82962 (or 0xD82962) is known color: Cerise. HEX triplet: D8, 29 and 62. RGB value is (216,41,98). Sum of RGB (Red+Green+Blue) = 216+41+98=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D82962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82962 is #27D69D. Grayscale: #636363. Windows color (decimal): -2610846 or 6433240. OLE color: 6433240.

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

Color convert

RGB 216 41 98 -
CMYK 0 0.81 0.55 0.15
HSL 340.46º 0.69% 0.5% -
HSV(B) 340.46º 0.81% 0.85% -
XYZ 31.32 17.07 13.2 -
YUV 99.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 216 41 98 0 0.81 0.55 0.15 340.46 0.69 0.5
Hex D8 29 62 0 51 37 F 154 45 32
Octal 330 51 142 0 121 67 17 524 105 62
Binary 11011000 101001 1100010 0 1010001 110111 1111 101010100 1000101 110010

Color Harmonies of #D82962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82962

Black with #D82962

Text Example


Text Example

White with #D82962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82962; }

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

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

background-color css

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

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

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

border-color css

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

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

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