Html Css Color HEX #D82264 Cerise

📋 copy color: '#D82264'

red 216 ◦ green 34 ◦ blue 100

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

Shades of Cerise #D82264

Tints of Cerise #D82264

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.71%

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

R = 61.71%
G = 9.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D82264 (or 0xD82264) is known color: Cerise. HEX triplet: D8, 22 and 64. RGB value is (216,34,100). Sum of RGB (Red+Green+Blue) = 216+34+100=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D82264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82264 is #27DD9B. Grayscale: #5F5F5F. Windows color (decimal): -2612636 or 6562520. OLE color: 6562520.

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

Color convert

RGB 216 34 100 -
CMYK 0 0.84 0.54 0.15
HSL 338.24º 0.73% 0.49% -
HSV(B) 338.24º 0.84% 0.85% -
XYZ 31.19 16.66 13.63 -
YUV 95.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 216 34 100 0 0.84 0.54 0.15 338.24 0.73 0.49
Hex D8 22 64 0 54 36 F 152 49 31
Octal 330 42 144 0 124 66 17 522 111 61
Binary 11011000 100010 1100100 0 1010100 110110 1111 101010010 1001001 110001

Color Harmonies of #D82264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82264

Black with #D82264

Text Example


Text Example

White with #D82264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82264; }

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

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

background-color css

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

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

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

border-color css

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

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

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