Html Css Color HEX #DD5B7A Cranberry

📋 copy color: '#DD5B7A'

red 221 ◦ green 91 ◦ blue 122

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

Shades of Cranberry #DD5B7A

Tints of Cranberry #DD5B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 50.92%
G = 20.97%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD5B7A (or 0xDD5B7A) is known color: Cranberry. HEX triplet: DD, 5B and 7A. RGB value is (221,91,122). Sum of RGB (Red+Green+Blue) = 221+91+122=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B7A is #22A485. Grayscale: #858585. Windows color (decimal): -2270342 or 8018909. OLE color: 8018909.

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

Color convert

RGB 221 91 122 -
CMYK 0 0.59 0.45 0.13
HSL 345.69º 0.66% 0.61% -
HSV(B) 345.69º 0.59% 0.87% -
XYZ 37.07 24.26 21.14 -
YUV 133.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 221 91 122 0 0.59 0.45 0.13 345.69 0.66 0.61
Hex DD 5B 7A 0 3B 2D D 15A 42 3D
Octal 335 133 172 0 73 55 15 532 102 75
Binary 11011101 1011011 1111010 0 111011 101101 1101 101011010 1000010 111101

Color Harmonies of #DD5B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B7A

Black with #DD5B7A

Text Example


Text Example

White with #DD5B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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