Html Css Color HEX #D82A64 Cerise

📋 copy color: '#D82A64'

red 216 ◦ green 42 ◦ blue 100

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

Shades of Cerise #D82A64

Tints of Cerise #D82A64

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.73%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 60.34%
G = 11.73%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D82A64 (or 0xD82A64) is known color: Cerise. HEX triplet: D8, 2A and 64. RGB value is (216,42,100). Sum of RGB (Red+Green+Blue) = 216+42+100=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A64 is #27D59B. Grayscale: #646464. Windows color (decimal): -2610588 or 6564568. OLE color: 6564568.

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

Color convert

RGB 216 42 100 -
CMYK 0 0.81 0.54 0.15
HSL 340º 0.69% 0.51% -
HSV(B) 340º 0.81% 0.85% -
XYZ 31.45 17.17 13.71 -
YUV 100.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 216 42 100 0 0.81 0.54 0.15 340 0.69 0.51
Hex D8 2A 64 0 51 36 F 154 45 33
Octal 330 52 144 0 121 66 17 524 105 63
Binary 11011000 101010 1100100 0 1010001 110110 1111 101010100 1000101 110011

Color Harmonies of #D82A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A64

Black with #D82A64

Text Example


Text Example

White with #D82A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A64; }

 p { color: rgb(216,42,100); }

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

background-color css

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

 a { background-color: rgb(216,42,100); }

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

border-color css

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

 span { border-color: rgb(216,42,100); }

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