Html Css Color HEX #DD487F Cranberry

📋 copy color: '#DD487F'

red 221 ◦ green 72 ◦ blue 127

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

Shades of Cranberry #DD487F

Tints of Cranberry #DD487F

RGB

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

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

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

R = 52.62%
G = 17.14%
B = 30.24%

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

#DD487F (or 0xDD487F) is known color: Cranberry. HEX triplet: DD, 48 and 7F. RGB value is (221,72,127). Sum of RGB (Red+Green+Blue) = 221+72+127=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD487F is #22B780. Grayscale: #7A7A7A. Windows color (decimal): -2275201 or 8341725. OLE color: 8341725.

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

Color convert

RGB 221 72 127 -
CMYK 0 0.67 0.43 0.13
HSL 337.85º 0.69% 0.57% -
HSV(B) 337.85º 0.67% 0.87% -
XYZ 35.97 21.54 22.34 -
YUV 122.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 221 72 127 0 0.67 0.43 0.13 337.85 0.69 0.57
Hex DD 48 7F 0 43 2B D 152 45 39
Octal 335 110 177 0 103 53 15 522 105 71
Binary 11011101 1001000 1111111 0 1000011 101011 1101 101010010 1000101 111001

Color Harmonies of #DD487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD487F

Black with #DD487F

Text Example


Text Example

White with #DD487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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