Html Css Color HEX #D8496F Cranberry

📋 copy color: '#D8496F'

red 216 ◦ green 73 ◦ blue 111

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

Shades of Cranberry #D8496F

Tints of Cranberry #D8496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.25%

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

R = 54%
G = 18.25%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8496F (or 0xD8496F) is known color: Cranberry. HEX triplet: D8, 49 and 6F. RGB value is (216,73,111). Sum of RGB (Red+Green+Blue) = 216+73+111=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8496F is #27B690. Grayscale: #787878. Windows color (decimal): -2602641 or 7293400. OLE color: 7293400.

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

Color convert

RGB 216 73 111 -
CMYK 0 0.66 0.49 0.15
HSL 344.06º 0.65% 0.57% -
HSV(B) 344.06º 0.66% 0.85% -
XYZ 33.57 20.51 17.23 -
YUV 120.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 216 73 111 0 0.66 0.49 0.15 344.06 0.65 0.57
Hex D8 49 6F 0 42 31 F 158 41 39
Octal 330 111 157 0 102 61 17 530 101 71
Binary 11011000 1001001 1101111 0 1000010 110001 1111 101011000 1000001 111001

Color Harmonies of #D8496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8496F

Black with #D8496F

Text Example


Text Example

White with #D8496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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