Html Css Color HEX #DD547D Cranberry

📋 copy color: '#DD547D'

red 221 ◦ green 84 ◦ blue 125

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

Shades of Cranberry #DD547D

Tints of Cranberry #DD547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 51.4%
G = 19.53%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD547D (or 0xDD547D) is known color: Cranberry. HEX triplet: DD, 54 and 7D. RGB value is (221,84,125). Sum of RGB (Red+Green+Blue) = 221+84+125=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD547D is #22AB82. Grayscale: #818181. Windows color (decimal): -2272131 or 8213725. OLE color: 8213725.

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

Color convert

RGB 221 84 125 -
CMYK 0 0.62 0.43 0.13
HSL 342.04º 0.67% 0.6% -
HSV(B) 342.04º 0.62% 0.87% -
XYZ 36.69 23.19 21.95 -
YUV 129.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 221 84 125 0 0.62 0.43 0.13 342.04 0.67 0.6
Hex DD 54 7D 0 3E 2B D 156 43 3C
Octal 335 124 175 0 76 53 15 526 103 74
Binary 11011101 1010100 1111101 0 111110 101011 1101 101010110 1000011 111100

Color Harmonies of #DD547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD547D

Black with #DD547D

Text Example


Text Example

White with #DD547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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