Html Css Color HEX #DD4874 Cranberry

📋 copy color: '#DD4874'

red 221 ◦ green 72 ◦ blue 116

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

Shades of Cranberry #DD4874

Tints of Cranberry #DD4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.6%

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

R = 54.03%
G = 17.6%
B = 28.36%

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

#DD4874 (or 0xDD4874) is known color: Cranberry. HEX triplet: DD, 48 and 74. RGB value is (221,72,116). Sum of RGB (Red+Green+Blue) = 221+72+116=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4874 is #22B78B. Grayscale: #797979. Windows color (decimal): -2275212 or 7620829. OLE color: 7620829.

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

Color convert

RGB 221 72 116 -
CMYK 0 0.67 0.48 0.13
HSL 342.28º 0.69% 0.57% -
HSV(B) 342.28º 0.67% 0.87% -
XYZ 35.29 21.27 18.77 -
YUV 121.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 221 72 116 0 0.67 0.48 0.13 342.28 0.69 0.57
Hex DD 48 74 0 43 30 D 156 45 39
Octal 335 110 164 0 103 60 15 526 105 71
Binary 11011101 1001000 1110100 0 1000011 110000 1101 101010110 1000101 111001

Color Harmonies of #DD4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4874

Black with #DD4874

Text Example


Text Example

White with #DD4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4874; }

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

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

background-color css

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

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

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

border-color css

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

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

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