Html Css Color HEX #D8446C Cranberry

📋 copy color: '#D8446C'

red 216 ◦ green 68 ◦ blue 108

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

Shades of Cranberry #D8446C

Tints of Cranberry #D8446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 55.1%
G = 17.35%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8446C (or 0xD8446C) is known color: Cranberry. HEX triplet: D8, 44 and 6C. RGB value is (216,68,108). Sum of RGB (Red+Green+Blue) = 216+68+108=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8446C is #27BB93. Grayscale: #747474. Windows color (decimal): -2603924 or 7095512. OLE color: 7095512.

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

Color convert

RGB 216 68 108 -
CMYK 0 0.69 0.50 0.15
HSL 343.78º 0.65% 0.56% -
HSV(B) 343.78º 0.69% 0.85% -
XYZ 33.09 19.82 16.27 -
YUV 116.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 216 68 108 0 0.69 0.50 0.15 343.78 0.65 0.56
Hex D8 44 6C 0 45 32 F 158 41 38
Octal 330 104 154 0 105 62 17 530 101 70
Binary 11011000 1000100 1101100 0 1000101 110010 1111 101011000 1000001 111000

Color Harmonies of #D8446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8446C

Black with #D8446C

Text Example


Text Example

White with #D8446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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