Html Css Color HEX #D82F64 Cerise

📋 copy color: '#D82F64'

red 216 ◦ green 47 ◦ blue 100

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

Shades of Cerise #D82F64

Tints of Cerise #D82F64

RGB

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

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

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

R = 59.5%
G = 12.95%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D82F64 (or 0xD82F64) is known color: Cerise. HEX triplet: D8, 2F and 64. RGB value is (216,47,100). Sum of RGB (Red+Green+Blue) = 216+47+100=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F64 is #27D09B. Grayscale: #676767. Windows color (decimal): -2609308 or 6565848. OLE color: 6565848.

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

Color convert

RGB 216 47 100 -
CMYK 0 0.78 0.54 0.15
HSL 341.18º 0.68% 0.52% -
HSV(B) 341.18º 0.78% 0.85% -
XYZ 31.64 17.55 13.78 -
YUV 103.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 216 47 100 0 0.78 0.54 0.15 341.18 0.68 0.52
Hex D8 2F 64 0 4E 36 F 155 44 34
Octal 330 57 144 0 116 66 17 525 104 64
Binary 11011000 101111 1100100 0 1001110 110110 1111 101010101 1000100 110100

Color Harmonies of #D82F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F64

Black with #D82F64

Text Example


Text Example

White with #D82F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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