Html Css Color HEX #D8326D Cerise

📋 copy color: '#D8326D'

red 216 ◦ green 50 ◦ blue 109

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

Shades of Cerise #D8326D

Tints of Cerise #D8326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 57.6%
G = 13.33%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8326D (or 0xD8326D) is known color: Cerise. HEX triplet: D8, 32 and 6D. RGB value is (216,50,109). Sum of RGB (Red+Green+Blue) = 216+50+109=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8326D is #27CD92. Grayscale: #6A6A6A. Windows color (decimal): -2608531 or 7156440. OLE color: 7156440.

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

Color convert

RGB 216 50 109 -
CMYK 0 0.77 0.50 0.15
HSL 338.67º 0.68% 0.52% -
HSV(B) 338.67º 0.77% 0.85% -
XYZ 32.22 17.98 16.24 -
YUV 106.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 216 50 109 0 0.77 0.50 0.15 338.67 0.68 0.52
Hex D8 32 6D 0 4D 32 F 153 44 34
Octal 330 62 155 0 115 62 17 523 104 64
Binary 11011000 110010 1101101 0 1001101 110010 1111 101010011 1000100 110100

Color Harmonies of #D8326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8326D

Black with #D8326D

Text Example


Text Example

White with #D8326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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