Html Css Color HEX #DD5B7C Cranberry

📋 copy color: '#DD5B7C'

red 221 ◦ green 91 ◦ blue 124

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

Shades of Cranberry #DD5B7C

Tints of Cranberry #DD5B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

 BLUE value IS 124 (48.83% from 255) = 28.44%

R = 50.69%
G = 20.87%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD5B7C (or 0xDD5B7C) is known color: Cranberry. HEX triplet: DD, 5B and 7C. RGB value is (221,91,124). Sum of RGB (Red+Green+Blue) = 221+91+124=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B7C is #22A483. Grayscale: #858585. Windows color (decimal): -2270340 or 8149981. OLE color: 8149981.

HSL color Cylindrical-coordinate representation of color #DD5B7C: hue angle of 344.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5B7C is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 91 124 -
CMYK 0 0.59 0.44 0.13
HSL 344.77º 0.66% 0.61% -
HSV(B) 344.77º 0.59% 0.87% -
XYZ 37.2 24.31 21.8 -
YUV 133.63 122.57 190.32 -
System Red Green Blue C M Y K H S L
Decimal 221 91 124 0 0.59 0.44 0.13 344.77 0.66 0.61
Hex DD 5B 7C 0 3B 2C D 159 42 3D
Octal 335 133 174 0 73 54 15 531 102 75
Binary 11011101 1011011 1111100 0 111011 101100 1101 101011001 1000010 111101

Color Harmonies of #DD5B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B7C

Black with #DD5B7C

Text Example


Text Example

White with #DD5B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B7C; }

 p { color: rgb(221,91,124); }

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

background-color css

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

 a { background-color: rgb(221,91,124); }

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

border-color css

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

 span { border-color: rgb(221,91,124); }

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