Html Css Color HEX #DD507A Cranberry

📋 copy color: '#DD507A'

red 221 ◦ green 80 ◦ blue 122

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

Shades of Cranberry #DD507A

Tints of Cranberry #DD507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 52.25%
G = 18.91%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD507A (or 0xDD507A) is known color: Cranberry. HEX triplet: DD, 50 and 7A. RGB value is (221,80,122). Sum of RGB (Red+Green+Blue) = 221+80+122=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD507A is #22AF85. Grayscale: #7E7E7E. Windows color (decimal): -2273158 or 8016093. OLE color: 8016093.

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

Color convert

RGB 221 80 122 -
CMYK 0 0.64 0.45 0.13
HSL 342.13º 0.67% 0.59% -
HSV(B) 342.13º 0.64% 0.87% -
XYZ 36.2 22.51 20.85 -
YUV 126.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 221 80 122 0 0.64 0.45 0.13 342.13 0.67 0.59
Hex DD 50 7A 0 40 2D D 156 43 3B
Octal 335 120 172 0 100 55 15 526 103 73
Binary 11011101 1010000 1111010 0 1000000 101101 1101 101010110 1000011 111011

Color Harmonies of #DD507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD507A

Black with #DD507A

Text Example


Text Example

White with #DD507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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