Html Css Color HEX #DD477E Cranberry

📋 copy color: '#DD477E'

red 221 ◦ green 71 ◦ blue 126

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

Shades of Cranberry #DD477E

Tints of Cranberry #DD477E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 52.87%
G = 16.99%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD477E (or 0xDD477E) is known color: Cranberry. HEX triplet: DD, 47 and 7E. RGB value is (221,71,126). Sum of RGB (Red+Green+Blue) = 221+71+126=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD477E is #22B881. Grayscale: #7A7A7A. Windows color (decimal): -2275458 or 8275933. OLE color: 8275933.

HSL color Cylindrical-coordinate representation of color #DD477E: hue angle of 338º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD477E is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 126 -
CMYK 0 0.68 0.43 0.13
HSL 338º 0.69% 0.57% -
HSV(B) 338º 0.68% 0.87% -
XYZ 35.84 21.38 21.98 -
YUV 122.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 221 71 126 0 0.68 0.43 0.13 338 0.69 0.57
Hex DD 47 7E 0 44 2B D 152 45 39
Octal 335 107 176 0 104 53 15 522 105 71
Binary 11011101 1000111 1111110 0 1000100 101011 1101 101010010 1000101 111001

Color Harmonies of #DD477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD477E

Black with #DD477E

Text Example


Text Example

White with #DD477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD477E; }

 p { color: rgb(221,71,126); }

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

background-color css

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

 a { background-color: rgb(221,71,126); }

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

border-color css

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

 span { border-color: rgb(221,71,126); }

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