Html Css Color HEX #DD4687 Cranberry

📋 copy color: '#DD4687'

red 221 ◦ green 70 ◦ blue 135

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

Shades of Cranberry #DD4687

Tints of Cranberry #DD4687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.43%

 BLUE value IS 135 (53.13% from 255) = 31.69%

R = 51.88%
G = 16.43%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD4687 (or 0xDD4687) is known color: Cranberry. HEX triplet: DD, 46 and 87. RGB value is (221,70,135). Sum of RGB (Red+Green+Blue) = 221+70+135=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4687 is #22B978. Grayscale: #7A7A7A. Windows color (decimal): -2275705 or 8865501. OLE color: 8865501.

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

Color convert

RGB 221 70 135 -
CMYK 0 0.68 0.39 0.13
HSL 334.17º 0.69% 0.57% -
HSV(B) 334.17º 0.68% 0.87% -
XYZ 36.38 21.5 25.15 -
YUV 122.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 221 70 135 0 0.68 0.39 0.13 334.17 0.69 0.57
Hex DD 46 87 0 44 27 D 14E 45 39
Octal 335 106 207 0 104 47 15 516 105 71
Binary 11011101 1000110 10000111 0 1000100 100111 1101 101001110 1000101 111001

Color Harmonies of #DD4687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4687

Black with #DD4687

Text Example


Text Example

White with #DD4687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4687; }

 p { color: rgb(221,70,135); }

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

background-color css

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

 a { background-color: rgb(221,70,135); }

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

border-color css

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

 span { border-color: rgb(221,70,135); }

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