Html Css Color HEX #DD4C74 Cranberry

📋 copy color: '#DD4C74'

red 221 ◦ green 76 ◦ blue 116

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

Shades of Cranberry #DD4C74

Tints of Cranberry #DD4C74

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 53.51%
G = 18.4%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD4C74 (or 0xDD4C74) is known color: Cranberry. HEX triplet: DD, 4C and 74. RGB value is (221,76,116). Sum of RGB (Red+Green+Blue) = 221+76+116=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C74 is #22B38B. Grayscale: #7B7B7B. Windows color (decimal): -2274188 or 7621853. OLE color: 7621853.

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

Color convert

RGB 221 76 116 -
CMYK 0 0.66 0.48 0.13
HSL 343.45º 0.68% 0.58% -
HSV(B) 343.45º 0.66% 0.87% -
XYZ 35.56 21.8 18.86 -
YUV 123.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 221 76 116 0 0.66 0.48 0.13 343.45 0.68 0.58
Hex DD 4C 74 0 42 30 D 157 44 3A
Octal 335 114 164 0 102 60 15 527 104 72
Binary 11011101 1001100 1110100 0 1000010 110000 1101 101010111 1000100 111010

Color Harmonies of #DD4C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C74

Black with #DD4C74

Text Example


Text Example

White with #DD4C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C74; }

 p { color: rgb(221,76,116); }

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

background-color css

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

 a { background-color: rgb(221,76,116); }

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

border-color css

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

 span { border-color: rgb(221,76,116); }

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