Html Css Color HEX #DD507C Cranberry

📋 copy color: '#DD507C'

red 221 ◦ green 80 ◦ blue 124

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

Shades of Cranberry #DD507C

Tints of Cranberry #DD507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 52%
G = 18.82%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD507C (or 0xDD507C) is known color: Cranberry. HEX triplet: DD, 50 and 7C. RGB value is (221,80,124). Sum of RGB (Red+Green+Blue) = 221+80+124=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD507C is #22AF83. Grayscale: #7F7F7F. Windows color (decimal): -2273156 or 8147165. OLE color: 8147165.

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

Color convert

RGB 221 80 124 -
CMYK 0 0.64 0.44 0.13
HSL 341.28º 0.67% 0.59% -
HSV(B) 341.28º 0.64% 0.87% -
XYZ 36.33 22.56 21.51 -
YUV 127.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 221 80 124 0 0.64 0.44 0.13 341.28 0.67 0.59
Hex DD 50 7C 0 40 2C D 155 43 3B
Octal 335 120 174 0 100 54 15 525 103 73
Binary 11011101 1010000 1111100 0 1000000 101100 1101 101010101 1000011 111011

Color Harmonies of #DD507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD507C

Black with #DD507C

Text Example


Text Example

White with #DD507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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