Html Css Color HEX #DD507E Cranberry

📋 copy color: '#DD507E'

red 221 ◦ green 80 ◦ blue 126

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

Shades of Cranberry #DD507E

Tints of Cranberry #DD507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 51.76%
G = 18.74%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD507E (or 0xDD507E) is known color: Cranberry. HEX triplet: DD, 50 and 7E. RGB value is (221,80,126). Sum of RGB (Red+Green+Blue) = 221+80+126=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD507E is #22AF81. Grayscale: #7F7F7F. Windows color (decimal): -2273154 or 8278237. OLE color: 8278237.

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

Color convert

RGB 221 80 126 -
CMYK 0 0.64 0.43 0.13
HSL 340.43º 0.67% 0.59% -
HSV(B) 340.43º 0.64% 0.87% -
XYZ 36.45 22.62 22.18 -
YUV 127.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 221 80 126 0 0.64 0.43 0.13 340.43 0.67 0.59
Hex DD 50 7E 0 40 2B D 154 43 3B
Octal 335 120 176 0 100 53 15 524 103 73
Binary 11011101 1010000 1111110 0 1000000 101011 1101 101010100 1000011 111011

Color Harmonies of #DD507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD507E

Black with #DD507E

Text Example


Text Example

White with #DD507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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