Html Css Color HEX #DD4174 Cranberry

📋 copy color: '#DD4174'

red 221 ◦ green 65 ◦ blue 116

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

Shades of Cranberry #DD4174

Tints of Cranberry #DD4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

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

R = 54.98%
G = 16.17%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD4174 (or 0xDD4174) is known color: Cranberry. HEX triplet: DD, 41 and 74. RGB value is (221,65,116). Sum of RGB (Red+Green+Blue) = 221+65+116=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4174 is #22BE8B. Grayscale: #757575. Windows color (decimal): -2277004 or 7619037. OLE color: 7619037.

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

Color convert

RGB 221 65 116 -
CMYK 0 0.71 0.48 0.13
HSL 340.38º 0.7% 0.56% -
HSV(B) 340.38º 0.71% 0.87% -
XYZ 34.86 20.41 18.63 -
YUV 117.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 221 65 116 0 0.71 0.48 0.13 340.38 0.7 0.56
Hex DD 41 74 0 47 30 D 154 46 38
Octal 335 101 164 0 107 60 15 524 106 70
Binary 11011101 1000001 1110100 0 1000111 110000 1101 101010100 1000110 111000

Color Harmonies of #DD4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4174

Black with #DD4174

Text Example


Text Example

White with #DD4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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