Html Css Color HEX #D8466E Cranberry

📋 copy color: '#D8466E'

red 216 ◦ green 70 ◦ blue 110

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

Shades of Cranberry #D8466E

Tints of Cranberry #D8466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 54.55%
G = 17.68%
B = 27.78%

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

#D8466E (or 0xD8466E) is known color: Cranberry. HEX triplet: D8, 46 and 6E. RGB value is (216,70,110). Sum of RGB (Red+Green+Blue) = 216+70+110=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8466E is #27B991. Grayscale: #767676. Windows color (decimal): -2603410 or 7227096. OLE color: 7227096.

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

Color convert

RGB 216 70 110 -
CMYK 0 0.68 0.49 0.15
HSL 343.56º 0.65% 0.56% -
HSV(B) 343.56º 0.68% 0.85% -
XYZ 33.32 20.11 16.88 -
YUV 118.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 216 70 110 0 0.68 0.49 0.15 343.56 0.65 0.56
Hex D8 46 6E 0 44 31 F 158 41 38
Octal 330 106 156 0 104 61 17 530 101 70
Binary 11011000 1000110 1101110 0 1000100 110001 1111 101011000 1000001 111000

Color Harmonies of #D8466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8466E

Black with #D8466E

Text Example


Text Example

White with #D8466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8466E; }

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

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

background-color css

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

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

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

border-color css

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

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

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