Html Css Color HEX #DD5673 Cranberry

📋 copy color: '#DD5673'

red 221 ◦ green 86 ◦ blue 115

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

Shades of Cranberry #DD5673

Tints of Cranberry #DD5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.38%

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 52.37%
G = 20.38%
B = 27.25%

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

#DD5673 (or 0xDD5673) is known color: Cranberry. HEX triplet: DD, 56 and 73. RGB value is (221,86,115). Sum of RGB (Red+Green+Blue) = 221+86+115=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5673 is #22A98C. Grayscale: #818181. Windows color (decimal): -2271629 or 7558877. OLE color: 7558877.

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

Color convert

RGB 221 86 115 -
CMYK 0 0.61 0.48 0.13
HSL 347.11º 0.67% 0.6% -
HSV(B) 347.11º 0.61% 0.87% -
XYZ 36.24 23.27 18.8 -
YUV 129.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 221 86 115 0 0.61 0.48 0.13 347.11 0.67 0.6
Hex DD 56 73 0 3D 30 D 15B 43 3C
Octal 335 126 163 0 75 60 15 533 103 74
Binary 11011101 1010110 1110011 0 111101 110000 1101 101011011 1000011 111100

Color Harmonies of #DD5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5673

Black with #DD5673

Text Example


Text Example

White with #DD5673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5673; }

 p { color: rgb(221,86,115); }

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

background-color css

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

 a { background-color: rgb(221,86,115); }

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

border-color css

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

 span { border-color: rgb(221,86,115); }

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