Html Css Color HEX #DD476A Cranberry

📋 copy color: '#DD476A'

red 221 ◦ green 71 ◦ blue 106

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

Shades of Cranberry #DD476A

Tints of Cranberry #DD476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 55.53%
G = 17.84%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD476A (or 0xDD476A) is known color: Cranberry. HEX triplet: DD, 47 and 6A. RGB value is (221,71,106). Sum of RGB (Red+Green+Blue) = 221+71+106=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD476A is #22B895. Grayscale: #777777. Windows color (decimal): -2275478 or 6965213. OLE color: 6965213.

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

Color convert

RGB 221 71 106 -
CMYK 0 0.68 0.52 0.13
HSL 346º 0.69% 0.57% -
HSV(B) 346º 0.68% 0.87% -
XYZ 34.67 20.92 15.85 -
YUV 119.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 221 71 106 0 0.68 0.52 0.13 346 0.69 0.57
Hex DD 47 6A 0 44 34 D 15A 45 39
Octal 335 107 152 0 104 64 15 532 105 71
Binary 11011101 1000111 1101010 0 1000100 110100 1101 101011010 1000101 111001

Color Harmonies of #DD476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD476A

Black with #DD476A

Text Example


Text Example

White with #DD476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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