Html Css Color HEX #D8466F Cranberry

📋 copy color: '#D8466F'

red 216 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #D8466F

Tints of Cranberry #D8466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

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

R = 54.41%
G = 17.63%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8466F (or 0xD8466F) is known color: Cranberry. HEX triplet: D8, 46 and 6F. RGB value is (216,70,111). Sum of RGB (Red+Green+Blue) = 216+70+111=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8466F is #27B990. Grayscale: #767676. Windows color (decimal): -2603409 or 7292632. OLE color: 7292632.

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

Color convert

RGB 216 70 111 -
CMYK 0 0.68 0.49 0.15
HSL 343.15º 0.65% 0.56% -
HSV(B) 343.15º 0.68% 0.85% -
XYZ 33.38 20.13 17.16 -
YUV 118.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 216 70 111 0 0.68 0.49 0.15 343.15 0.65 0.56
Hex D8 46 6F 0 44 31 F 157 41 38
Octal 330 106 157 0 104 61 17 527 101 70
Binary 11011000 1000110 1101111 0 1000100 110001 1111 101010111 1000001 111000

Color Harmonies of #D8466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8466F

Black with #D8466F

Text Example


Text Example

White with #D8466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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