Html Css Color HEX #D82F61 Cerise

📋 copy color: '#D82F61'

red 216 ◦ green 47 ◦ blue 97

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

Shades of Cerise #D82F61

Tints of Cerise #D82F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.06%

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

R = 60%
G = 13.06%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D82F61 (or 0xD82F61) is known color: Cerise. HEX triplet: D8, 2F and 61. RGB value is (216,47,97). Sum of RGB (Red+Green+Blue) = 216+47+97=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F61 is #27D09E. Grayscale: #676767. Windows color (decimal): -2609311 or 6369240. OLE color: 6369240.

HSL color Cylindrical-coordinate representation of color #D82F61: hue angle of 342.25º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F61 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 47 97 -
CMYK 0 0.78 0.55 0.15
HSL 342.25º 0.68% 0.52% -
HSV(B) 342.25º 0.78% 0.85% -
XYZ 31.49 17.5 13.03 -
YUV 103.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 216 47 97 0 0.78 0.55 0.15 342.25 0.68 0.52
Hex D8 2F 61 0 4E 37 F 156 44 34
Octal 330 57 141 0 116 67 17 526 104 64
Binary 11011000 101111 1100001 0 1001110 110111 1111 101010110 1000100 110100

Color Harmonies of #D82F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F61

Black with #D82F61

Text Example


Text Example

White with #D82F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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