Html Css Color HEX #D82C5F Cerise

📋 copy color: '#D82C5F'

red 216 ◦ green 44 ◦ blue 95

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

Shades of Cerise #D82C5F

Tints of Cerise #D82C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 60.85%
G = 12.39%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D82C5F (or 0xD82C5F) is known color: Cerise. HEX triplet: D8, 2C and 5F. RGB value is (216,44,95). Sum of RGB (Red+Green+Blue) = 216+44+95=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C5F is #27D3A0. Grayscale: #656565. Windows color (decimal): -2610081 or 6237400. OLE color: 6237400.

HSL color Cylindrical-coordinate representation of color #D82C5F: hue angle of 342.21º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C5F is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 44 95 -
CMYK 0 0.80 0.56 0.15
HSL 342.21º 0.69% 0.51% -
HSV(B) 342.21º 0.8% 0.85% -
XYZ 31.29 17.23 12.5 -
YUV 101.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 216 44 95 0 0.80 0.56 0.15 342.21 0.69 0.51
Hex D8 2C 5F 0 50 38 F 156 45 33
Octal 330 54 137 0 120 70 17 526 105 63
Binary 11011000 101100 1011111 0 1010000 111000 1111 101010110 1000101 110011

Color Harmonies of #D82C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C5F

Black with #D82C5F

Text Example


Text Example

White with #D82C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C5F; }

 p { color: rgb(216,44,95); }

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

background-color css

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

 a { background-color: rgb(216,44,95); }

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

border-color css

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

 span { border-color: rgb(216,44,95); }

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