Html Css Color HEX #DD487A Cranberry

📋 copy color: '#DD487A'

red 221 ◦ green 72 ◦ blue 122

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

Shades of Cranberry #DD487A

Tints of Cranberry #DD487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.35%

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

R = 53.25%
G = 17.35%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD487A (or 0xDD487A) is known color: Cranberry. HEX triplet: DD, 48 and 7A. RGB value is (221,72,122). Sum of RGB (Red+Green+Blue) = 221+72+122=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD487A is #22B785. Grayscale: #7A7A7A. Windows color (decimal): -2275206 or 8014045. OLE color: 8014045.

HSL color Cylindrical-coordinate representation of color #DD487A: hue angle of 339.87º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD487A is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 122 -
CMYK 0 0.67 0.45 0.13
HSL 339.87º 0.69% 0.57% -
HSV(B) 339.87º 0.67% 0.87% -
XYZ 35.65 21.41 20.67 -
YUV 122.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 221 72 122 0 0.67 0.45 0.13 339.87 0.69 0.57
Hex DD 48 7A 0 43 2D D 154 45 39
Octal 335 110 172 0 103 55 15 524 105 71
Binary 11011101 1001000 1111010 0 1000011 101101 1101 101010100 1000101 111001

Color Harmonies of #DD487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD487A

Black with #DD487A

Text Example


Text Example

White with #DD487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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