Html Css Color HEX #DD476E Cranberry

📋 copy color: '#DD476E'

red 221 ◦ green 71 ◦ blue 110

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

Shades of Cranberry #DD476E

Tints of Cranberry #DD476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 54.98%
G = 17.66%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD476E (or 0xDD476E) is known color: Cranberry. HEX triplet: DD, 47 and 6E. RGB value is (221,71,110). Sum of RGB (Red+Green+Blue) = 221+71+110=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD476E is #22B891. Grayscale: #787878. Windows color (decimal): -2275474 or 7227357. OLE color: 7227357.

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

Color convert

RGB 221 71 110 -
CMYK 0 0.68 0.50 0.13
HSL 344.4º 0.69% 0.57% -
HSV(B) 344.4º 0.68% 0.87% -
XYZ 34.89 21 16.97 -
YUV 120.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 221 71 110 0 0.68 0.50 0.13 344.4 0.69 0.57
Hex DD 47 6E 0 44 32 D 158 45 39
Octal 335 107 156 0 104 62 15 530 105 71
Binary 11011101 1000111 1101110 0 1000100 110010 1101 101011000 1000101 111001

Color Harmonies of #DD476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD476E

Black with #DD476E

Text Example


Text Example

White with #DD476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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