Html Css Color HEX #D9326D Cerise

📋 copy color: '#D9326D'

red 217 ◦ green 50 ◦ blue 109

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

Shades of Cerise #D9326D

Tints of Cerise #D9326D

RGB

 RED value IS 217 (85.16% from 255) = 57.71%

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

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

R = 57.71%
G = 13.3%
B = 28.99%

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

#D9326D (or 0xD9326D) is known color: Cerise. HEX triplet: D9, 32 and 6D. RGB value is (217,50,109). Sum of RGB (Red+Green+Blue) = 217+50+109=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9326D is #26CD92. Grayscale: #6A6A6A. Windows color (decimal): -2542995 or 7156441. OLE color: 7156441.

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

Color convert

RGB 217 50 109 -
CMYK 0 0.77 0.50 0.15
HSL 338.8º 0.69% 0.52% -
HSV(B) 338.8º 0.77% 0.85% -
XYZ 32.52 18.14 16.26 -
YUV 106.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 217 50 109 0 0.77 0.50 0.15 338.8 0.69 0.52
Hex D9 32 6D 0 4D 32 F 153 45 34
Octal 331 62 155 0 115 62 17 523 105 64
Binary 11011001 110010 1101101 0 1001101 110010 1111 101010011 1000101 110100

Color Harmonies of #D9326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9326D

Black with #D9326D

Text Example


Text Example

White with #D9326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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