Html Css Color HEX #DD546D Cranberry

📋 copy color: '#DD546D'

red 221 ◦ green 84 ◦ blue 109

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

Shades of Cranberry #DD546D

Tints of Cranberry #DD546D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 53.38%
G = 20.29%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD546D (or 0xDD546D) is known color: Cranberry. HEX triplet: DD, 54 and 6D. RGB value is (221,84,109). Sum of RGB (Red+Green+Blue) = 221+84+109=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD546D is #22AB92. Grayscale: #7F7F7F. Windows color (decimal): -2272147 or 7165149. OLE color: 7165149.

HSL color Cylindrical-coordinate representation of color #DD546D: hue angle of 349.05º 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 #DD546D is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 84 109 -
CMYK 0 0.62 0.51 0.13
HSL 349.05º 0.67% 0.6% -
HSV(B) 349.05º 0.62% 0.87% -
XYZ 35.75 22.82 16.99 -
YUV 127.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 221 84 109 0 0.62 0.51 0.13 349.05 0.67 0.6
Hex DD 54 6D 0 3E 33 D 15D 43 3C
Octal 335 124 155 0 76 63 15 535 103 74
Binary 11011101 1010100 1101101 0 111110 110011 1101 101011101 1000011 111100

Color Harmonies of #DD546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD546D

Black with #DD546D

Text Example


Text Example

White with #DD546D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD546D; }

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

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

background-color css

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

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

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

border-color css

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

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

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