Html Css Color HEX #DD5675 Cranberry

📋 copy color: '#DD5675'

red 221 ◦ green 86 ◦ blue 117

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

Shades of Cranberry #DD5675

Tints of Cranberry #DD5675

RGB

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

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

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

R = 52.12%
G = 20.28%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD5675 (or 0xDD5675) is known color: Cranberry. HEX triplet: DD, 56 and 75. RGB value is (221,86,117). Sum of RGB (Red+Green+Blue) = 221+86+117=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5675 is #22A98A. Grayscale: #818181. Windows color (decimal): -2271627 or 7689949. OLE color: 7689949.

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

Color convert

RGB 221 86 117 -
CMYK 0 0.61 0.47 0.13
HSL 346.22º 0.67% 0.6% -
HSV(B) 346.22º 0.61% 0.87% -
XYZ 36.36 23.31 19.41 -
YUV 129.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 221 86 117 0 0.61 0.47 0.13 346.22 0.67 0.6
Hex DD 56 75 0 3D 2F D 15A 43 3C
Octal 335 126 165 0 75 57 15 532 103 74
Binary 11011101 1010110 1110101 0 111101 101111 1101 101011010 1000011 111100

Color Harmonies of #DD5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5675

Black with #DD5675

Text Example


Text Example

White with #DD5675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5675; }

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

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

background-color css

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

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

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

border-color css

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

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

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