Html Css Color HEX #D8326F Cerise

📋 copy color: '#D8326F'

red 216 ◦ green 50 ◦ blue 111

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

Shades of Cerise #D8326F

Tints of Cerise #D8326F

RGB

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

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

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

R = 57.29%
G = 13.26%
B = 29.44%

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

#D8326F (or 0xD8326F) is known color: Cerise. HEX triplet: D8, 32 and 6F. RGB value is (216,50,111). Sum of RGB (Red+Green+Blue) = 216+50+111=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8326F is #27CD90. Grayscale: #6A6A6A. Windows color (decimal): -2608529 or 7287512. OLE color: 7287512.

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

Color convert

RGB 216 50 111 -
CMYK 0 0.77 0.49 0.15
HSL 337.95º 0.68% 0.52% -
HSV(B) 337.95º 0.77% 0.85% -
XYZ 32.33 18.03 16.81 -
YUV 106.59 130.5 206.04 -
System Red Green Blue C M Y K H S L
Decimal 216 50 111 0 0.77 0.49 0.15 337.95 0.68 0.52
Hex D8 32 6F 0 4D 31 F 152 44 34
Octal 330 62 157 0 115 61 17 522 104 64
Binary 11011000 110010 1101111 0 1001101 110001 1111 101010010 1000100 110100

Color Harmonies of #D8326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8326F

Black with #D8326F

Text Example


Text Example

White with #D8326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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