Html Css Color HEX #DD487E Cranberry

📋 copy color: '#DD487E'

red 221 ◦ green 72 ◦ blue 126

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

Shades of Cranberry #DD487E

Tints of Cranberry #DD487E

RGB

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

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

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

R = 52.74%
G = 17.18%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD487E (or 0xDD487E) is known color: Cranberry. HEX triplet: DD, 48 and 7E. RGB value is (221,72,126). Sum of RGB (Red+Green+Blue) = 221+72+126=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD487E is #22B781. Grayscale: #7A7A7A. Windows color (decimal): -2275202 or 8276189. OLE color: 8276189.

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

Color convert

RGB 221 72 126 -
CMYK 0 0.67 0.43 0.13
HSL 338.26º 0.69% 0.57% -
HSV(B) 338.26º 0.67% 0.87% -
XYZ 35.9 21.51 22 -
YUV 122.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 221 72 126 0 0.67 0.43 0.13 338.26 0.69 0.57
Hex DD 48 7E 0 43 2B D 152 45 39
Octal 335 110 176 0 103 53 15 522 105 71
Binary 11011101 1001000 1111110 0 1000011 101011 1101 101010010 1000101 111001

Color Harmonies of #DD487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD487E

Black with #DD487E

Text Example


Text Example

White with #DD487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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