Html Css Color HEX #D82268 Cerise

📋 copy color: '#D82268'

red 216 ◦ green 34 ◦ blue 104

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

Shades of Cerise #D82268

Tints of Cerise #D82268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.38%

R = 61.02%
G = 9.6%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D82268 (or 0xD82268) is known color: Cerise. HEX triplet: D8, 22 and 68. RGB value is (216,34,104). Sum of RGB (Red+Green+Blue) = 216+34+104=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D82268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82268 is #27DD97. Grayscale: #606060. Windows color (decimal): -2612632 or 6824664. OLE color: 6824664.

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

Color convert

RGB 216 34 104 -
CMYK 0 0.84 0.52 0.15
HSL 336.92º 0.73% 0.49% -
HSV(B) 336.92º 0.84% 0.85% -
XYZ 31.39 16.74 14.67 -
YUV 96.4 132.3 213.31 -
System Red Green Blue C M Y K H S L
Decimal 216 34 104 0 0.84 0.52 0.15 336.92 0.73 0.49
Hex D8 22 68 0 54 34 F 151 49 31
Octal 330 42 150 0 124 64 17 521 111 61
Binary 11011000 100010 1101000 0 1010100 110100 1111 101010001 1001001 110001

Color Harmonies of #D82268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82268

Black with #D82268

Text Example


Text Example

White with #D82268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82268; }

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

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

background-color css

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

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

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

border-color css

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

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

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