Html Css Color HEX #DD4973 Cranberry

📋 copy color: '#DD4973'

red 221 ◦ green 73 ◦ blue 115

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

Shades of Cranberry #DD4973

Tints of Cranberry #DD4973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

 BLUE value IS 115 (45.31% from 255) = 28.12%

R = 54.03%
G = 17.85%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD4973 (or 0xDD4973) is known color: Cranberry. HEX triplet: DD, 49 and 73. RGB value is (221,73,115). Sum of RGB (Red+Green+Blue) = 221+73+115=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4973 is #22B68C. Grayscale: #7A7A7A. Windows color (decimal): -2274957 or 7555549. OLE color: 7555549.

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

Color convert

RGB 221 73 115 -
CMYK 0 0.67 0.48 0.13
HSL 342.97º 0.69% 0.58% -
HSV(B) 342.97º 0.67% 0.87% -
XYZ 35.3 21.38 18.49 -
YUV 122.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 221 73 115 0 0.67 0.48 0.13 342.97 0.69 0.58
Hex DD 49 73 0 43 30 D 157 45 3A
Octal 335 111 163 0 103 60 15 527 105 72
Binary 11011101 1001001 1110011 0 1000011 110000 1101 101010111 1000101 111010

Color Harmonies of #DD4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4973

Black with #DD4973

Text Example


Text Example

White with #DD4973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4973; }

 p { color: rgb(221,73,115); }

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

background-color css

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

 a { background-color: rgb(221,73,115); }

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

border-color css

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

 span { border-color: rgb(221,73,115); }

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