Html Css Color HEX #DD5474 Cranberry

📋 copy color: '#DD5474'

red 221 ◦ green 84 ◦ blue 116

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

Shades of Cranberry #DD5474

Tints of Cranberry #DD5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.95%

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

R = 52.49%
G = 19.95%
B = 27.55%

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

#DD5474 (or 0xDD5474) is known color: Cranberry. HEX triplet: DD, 54 and 74. RGB value is (221,84,116). Sum of RGB (Red+Green+Blue) = 221+84+116=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5474 is #22AB8B. Grayscale: #808080. Windows color (decimal): -2272140 or 7623901. OLE color: 7623901.

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

Color convert

RGB 221 84 116 -
CMYK 0 0.62 0.48 0.13
HSL 345.99º 0.67% 0.6% -
HSV(B) 345.99º 0.62% 0.87% -
XYZ 36.14 22.97 19.05 -
YUV 128.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 221 84 116 0 0.62 0.48 0.13 345.99 0.67 0.6
Hex DD 54 74 0 3E 30 D 15A 43 3C
Octal 335 124 164 0 76 60 15 532 103 74
Binary 11011101 1010100 1110100 0 111110 110000 1101 101011010 1000011 111100

Color Harmonies of #DD5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5474

Black with #DD5474

Text Example


Text Example

White with #DD5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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