Html Css Color HEX #DD4175 Cranberry

📋 copy color: '#DD4175'

red 221 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #DD4175

Tints of Cranberry #DD4175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 54.84%
G = 16.13%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD4175 (or 0xDD4175) is known color: Cranberry. HEX triplet: DD, 41 and 75. RGB value is (221,65,117). Sum of RGB (Red+Green+Blue) = 221+65+117=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4175 is #22BE8A. Grayscale: #757575. Windows color (decimal): -2277003 or 7684573. OLE color: 7684573.

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

Color convert

RGB 221 65 117 -
CMYK 0 0.71 0.47 0.13
HSL 340º 0.7% 0.56% -
HSV(B) 340º 0.71% 0.87% -
XYZ 34.92 20.44 18.93 -
YUV 117.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 221 65 117 0 0.71 0.47 0.13 340 0.7 0.56
Hex DD 41 75 0 47 2F D 154 46 38
Octal 335 101 165 0 107 57 15 524 106 70
Binary 11011101 1000001 1110101 0 1000111 101111 1101 101010100 1000110 111000

Color Harmonies of #DD4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4175

Black with #DD4175

Text Example


Text Example

White with #DD4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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