Html Css Color HEX #DD5774 Cranberry

📋 copy color: '#DD5774'

red 221 ◦ green 87 ◦ blue 116

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

Shades of Cranberry #DD5774

Tints of Cranberry #DD5774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.52%

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

R = 52.12%
G = 20.52%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5774 (or 0xDD5774) is known color: Cranberry. HEX triplet: DD, 57 and 74. RGB value is (221,87,116). Sum of RGB (Red+Green+Blue) = 221+87+116=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5774 is #22A88B. Grayscale: #828282. Windows color (decimal): -2271372 or 7624669. OLE color: 7624669.

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

Color convert

RGB 221 87 116 -
CMYK 0 0.61 0.48 0.13
HSL 347.01º 0.66% 0.6% -
HSV(B) 347.01º 0.61% 0.87% -
XYZ 36.38 23.45 19.13 -
YUV 130.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 221 87 116 0 0.61 0.48 0.13 347.01 0.66 0.6
Hex DD 57 74 0 3D 30 D 15B 42 3C
Octal 335 127 164 0 75 60 15 533 102 74
Binary 11011101 1010111 1110100 0 111101 110000 1101 101011011 1000010 111100

Color Harmonies of #DD5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5774

Black with #DD5774

Text Example


Text Example

White with #DD5774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5774; }

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

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

background-color css

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

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

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

border-color css

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

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

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