Html Css Color HEX #DD507F Cranberry

📋 copy color: '#DD507F'

red 221 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #DD507F

Tints of Cranberry #DD507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.67%

R = 51.64%
G = 18.69%
B = 29.67%

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

#DD507F (or 0xDD507F) is known color: Cranberry. HEX triplet: DD, 50 and 7F. RGB value is (221,80,127). Sum of RGB (Red+Green+Blue) = 221+80+127=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD507F is #22AF80. Grayscale: #7F7F7F. Windows color (decimal): -2273153 or 8343773. OLE color: 8343773.

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

Color convert

RGB 221 80 127 -
CMYK 0 0.64 0.43 0.13
HSL 340º 0.67% 0.59% -
HSV(B) 340º 0.64% 0.87% -
XYZ 36.52 22.64 22.52 -
YUV 127.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 221 80 127 0 0.64 0.43 0.13 340 0.67 0.59
Hex DD 50 7F 0 40 2B D 154 43 3B
Octal 335 120 177 0 100 53 15 524 103 73
Binary 11011101 1010000 1111111 0 1000000 101011 1101 101010100 1000011 111011

Color Harmonies of #DD507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD507F

Black with #DD507F

Text Example


Text Example

White with #DD507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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