Html Css Color HEX #DD4071 Cranberry

📋 copy color: '#DD4071'

red 221 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #DD4071

Tints of Cranberry #DD4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 55.53%
G = 16.08%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD4071 (or 0xDD4071) is known color: Cranberry. HEX triplet: DD, 40 and 71. RGB value is (221,64,113). Sum of RGB (Red+Green+Blue) = 221+64+113=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4071 is #22BF8E. Grayscale: #747474. Windows color (decimal): -2277263 or 7422173. OLE color: 7422173.

HSL color Cylindrical-coordinate representation of color #DD4071: hue angle of 341.27º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4071 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 113 -
CMYK 0 0.71 0.49 0.13
HSL 341.27º 0.7% 0.56% -
HSV(B) 341.27º 0.71% 0.87% -
XYZ 34.63 20.23 17.7 -
YUV 116.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 221 64 113 0 0.71 0.49 0.13 341.27 0.7 0.56
Hex DD 40 71 0 47 31 D 155 46 38
Octal 335 100 161 0 107 61 15 525 106 70
Binary 11011101 1000000 1110001 0 1000111 110001 1101 101010101 1000110 111000

Color Harmonies of #DD4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4071

Black with #DD4071

Text Example


Text Example

White with #DD4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4071; }

 p { color: rgb(221,64,113); }

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

background-color css

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

 a { background-color: rgb(221,64,113); }

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

border-color css

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

 span { border-color: rgb(221,64,113); }

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