Html Css Color HEX #D9326F Cerise

📋 copy color: '#D9326F'

red 217 ◦ green 50 ◦ blue 111

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

Shades of Cerise #D9326F

Tints of Cerise #D9326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 57.41%
G = 13.23%
B = 29.37%

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

#D9326F (or 0xD9326F) is known color: Cerise. HEX triplet: D9, 32 and 6F. RGB value is (217,50,111). Sum of RGB (Red+Green+Blue) = 217+50+111=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9326F is #26CD90. Grayscale: #6A6A6A. Windows color (decimal): -2542993 or 7287513. OLE color: 7287513.

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

Color convert

RGB 217 50 111 -
CMYK 0 0.77 0.49 0.15
HSL 338.08º 0.69% 0.52% -
HSV(B) 338.08º 0.77% 0.85% -
XYZ 32.63 18.18 16.83 -
YUV 106.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 217 50 111 0 0.77 0.49 0.15 338.08 0.69 0.52
Hex D9 32 6F 0 4D 31 F 152 45 34
Octal 331 62 157 0 115 61 17 522 105 64
Binary 11011001 110010 1101111 0 1001101 110001 1111 101010010 1000101 110100

Color Harmonies of #D9326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9326F

Black with #D9326F

Text Example


Text Example

White with #D9326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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