Html Css Color HEX #DD5075 Cranberry

📋 copy color: '#DD5075'

red 221 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #DD5075

Tints of Cranberry #DD5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 52.87%
G = 19.14%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD5075 (or 0xDD5075) is known color: Cranberry. HEX triplet: DD, 50 and 75. RGB value is (221,80,117). Sum of RGB (Red+Green+Blue) = 221+80+117=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5075 is #22AF8A. Grayscale: #7E7E7E. Windows color (decimal): -2273163 or 7688413. OLE color: 7688413.

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

Color convert

RGB 221 80 117 -
CMYK 0 0.64 0.47 0.13
HSL 344.26º 0.67% 0.59% -
HSV(B) 344.26º 0.64% 0.87% -
XYZ 35.9 22.39 19.26 -
YUV 126.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 221 80 117 0 0.64 0.47 0.13 344.26 0.67 0.59
Hex DD 50 75 0 40 2F D 158 43 3B
Octal 335 120 165 0 100 57 15 530 103 73
Binary 11011101 1010000 1110101 0 1000000 101111 1101 101011000 1000011 111011

Color Harmonies of #DD5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5075

Black with #DD5075

Text Example


Text Example

White with #DD5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5075; }

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

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

background-color css

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

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

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

border-color css

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

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

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