Html Css Color HEX #D8446E Cranberry

📋 copy color: '#D8446E'

red 216 ◦ green 68 ◦ blue 110

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

Shades of Cranberry #D8446E

Tints of Cranberry #D8446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

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

R = 54.82%
G = 17.26%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8446E (or 0xD8446E) is known color: Cranberry. HEX triplet: D8, 44 and 6E. RGB value is (216,68,110). Sum of RGB (Red+Green+Blue) = 216+68+110=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8446E is #27BB91. Grayscale: #757575. Windows color (decimal): -2603922 or 7226584. OLE color: 7226584.

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

Color convert

RGB 216 68 110 -
CMYK 0 0.69 0.49 0.15
HSL 342.97º 0.65% 0.56% -
HSV(B) 342.97º 0.69% 0.85% -
XYZ 33.2 19.86 16.84 -
YUV 117.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 216 68 110 0 0.69 0.49 0.15 342.97 0.65 0.56
Hex D8 44 6E 0 45 31 F 157 41 38
Octal 330 104 156 0 105 61 17 527 101 70
Binary 11011000 1000100 1101110 0 1000101 110001 1111 101010111 1000001 111000

Color Harmonies of #D8446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8446E

Black with #D8446E

Text Example


Text Example

White with #D8446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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