Html Css Color HEX #DD487D Cranberry

📋 copy color: '#DD487D'

red 221 ◦ green 72 ◦ blue 125

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

Shades of Cranberry #DD487D

Tints of Cranberry #DD487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 52.87%
G = 17.22%
B = 29.9%

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

#DD487D (or 0xDD487D) is known color: Cranberry. HEX triplet: DD, 48 and 7D. RGB value is (221,72,125). Sum of RGB (Red+Green+Blue) = 221+72+125=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD487D is #22B782. Grayscale: #7A7A7A. Windows color (decimal): -2275203 or 8210653. OLE color: 8210653.

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

Color convert

RGB 221 72 125 -
CMYK 0 0.67 0.43 0.13
HSL 338.66º 0.69% 0.57% -
HSV(B) 338.66º 0.67% 0.87% -
XYZ 35.84 21.49 21.66 -
YUV 122.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 221 72 125 0 0.67 0.43 0.13 338.66 0.69 0.57
Hex DD 48 7D 0 43 2B D 153 45 39
Octal 335 110 175 0 103 53 15 523 105 71
Binary 11011101 1001000 1111101 0 1000011 101011 1101 101010011 1000101 111001

Color Harmonies of #DD487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD487D

Black with #DD487D

Text Example


Text Example

White with #DD487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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