Html Css Color HEX #DD5374 Cranberry

📋 copy color: '#DD5374'

red 221 ◦ green 83 ◦ blue 116

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

Shades of Cranberry #DD5374

Tints of Cranberry #DD5374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 52.62%
G = 19.76%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5374 (or 0xDD5374) is known color: Cranberry. HEX triplet: DD, 53 and 74. RGB value is (221,83,116). Sum of RGB (Red+Green+Blue) = 221+83+116=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5374 is #22AC8B. Grayscale: #808080. Windows color (decimal): -2272396 or 7623645. OLE color: 7623645.

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

Color convert

RGB 221 83 116 -
CMYK 0 0.62 0.48 0.13
HSL 345.65º 0.67% 0.6% -
HSV(B) 345.65º 0.62% 0.87% -
XYZ 36.06 22.82 19.03 -
YUV 128.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 221 83 116 0 0.62 0.48 0.13 345.65 0.67 0.6
Hex DD 53 74 0 3E 30 D 15A 43 3C
Octal 335 123 164 0 76 60 15 532 103 74
Binary 11011101 1010011 1110100 0 111110 110000 1101 101011010 1000011 111100

Color Harmonies of #DD5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5374

Black with #DD5374

Text Example


Text Example

White with #DD5374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5374; }

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

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

background-color css

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

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

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

border-color css

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

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

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