Html Css Color HEX #DD507B Cranberry

📋 copy color: '#DD507B'

red 221 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #DD507B

Tints of Cranberry #DD507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 52.12%
G = 18.87%
B = 29.01%

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

#DD507B (or 0xDD507B) is known color: Cranberry. HEX triplet: DD, 50 and 7B. RGB value is (221,80,123). Sum of RGB (Red+Green+Blue) = 221+80+123=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD507B is #22AF84. Grayscale: #7F7F7F. Windows color (decimal): -2273157 or 8081629. OLE color: 8081629.

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

Color convert

RGB 221 80 123 -
CMYK 0 0.64 0.44 0.13
HSL 341.7º 0.67% 0.59% -
HSV(B) 341.7º 0.64% 0.87% -
XYZ 36.26 22.54 21.18 -
YUV 127.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 221 80 123 0 0.64 0.44 0.13 341.7 0.67 0.59
Hex DD 50 7B 0 40 2C D 156 43 3B
Octal 335 120 173 0 100 54 15 526 103 73
Binary 11011101 1010000 1111011 0 1000000 101100 1101 101010110 1000011 111011

Color Harmonies of #DD507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD507B

Black with #DD507B

Text Example


Text Example

White with #DD507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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