Html Css Color HEX #D8326E Cerise

📋 copy color: '#D8326E'

red 216 ◦ green 50 ◦ blue 110

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

Shades of Cerise #D8326E

Tints of Cerise #D8326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 57.45%
G = 13.3%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8326E (or 0xD8326E) is known color: Cerise. HEX triplet: D8, 32 and 6E. RGB value is (216,50,110). Sum of RGB (Red+Green+Blue) = 216+50+110=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8326E is #27CD91. Grayscale: #6A6A6A. Windows color (decimal): -2608530 or 7221976. OLE color: 7221976.

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

Color convert

RGB 216 50 110 -
CMYK 0 0.77 0.49 0.15
HSL 338.31º 0.68% 0.52% -
HSV(B) 338.31º 0.77% 0.85% -
XYZ 32.27 18.01 16.53 -
YUV 106.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 216 50 110 0 0.77 0.49 0.15 338.31 0.68 0.52
Hex D8 32 6E 0 4D 31 F 152 44 34
Octal 330 62 156 0 115 61 17 522 104 64
Binary 11011000 110010 1101110 0 1001101 110001 1111 101010010 1000100 110100

Color Harmonies of #D8326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8326E

Black with #D8326E

Text Example


Text Example

White with #D8326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8326E; }

 p { color: rgb(216,50,110); }

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

background-color css

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

 a { background-color: rgb(216,50,110); }

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

border-color css

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

 span { border-color: rgb(216,50,110); }

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