Html Css Color HEX #DD546F Cranberry

📋 copy color: '#DD546F'

red 221 ◦ green 84 ◦ blue 111

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

Shades of Cranberry #DD546F

Tints of Cranberry #DD546F

RGB

 RED value IS 221 (86.72% from 255) = 53.13%

 GREEN value IS 84 (33.2% from 255) = 20.19%

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

R = 53.13%
G = 20.19%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD546F (or 0xDD546F) is known color: Cranberry. HEX triplet: DD, 54 and 6F. RGB value is (221,84,111). Sum of RGB (Red+Green+Blue) = 221+84+111=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD546F is #22AB90. Grayscale: #808080. Windows color (decimal): -2272145 or 7296221. OLE color: 7296221.

HSL color Cylindrical-coordinate representation of color #DD546F: hue angle of 348.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD546F is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 84 111 -
CMYK 0 0.62 0.50 0.13
HSL 348.18º 0.67% 0.6% -
HSV(B) 348.18º 0.62% 0.87% -
XYZ 35.86 22.86 17.56 -
YUV 128.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 221 84 111 0 0.62 0.50 0.13 348.18 0.67 0.6
Hex DD 54 6F 0 3E 32 D 15C 43 3C
Octal 335 124 157 0 76 62 15 534 103 74
Binary 11011101 1010100 1101111 0 111110 110010 1101 101011100 1000011 111100

Color Harmonies of #DD546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD546F

Black with #DD546F

Text Example


Text Example

White with #DD546F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD546F; }

 p { color: rgb(221,84,111); }

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

background-color css

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

 a { background-color: rgb(221,84,111); }

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

border-color css

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

 span { border-color: rgb(221,84,111); }

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