Html Css Color HEX #DD5B7D Cranberry

📋 copy color: '#DD5B7D'

red 221 ◦ green 91 ◦ blue 125

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

Shades of Cranberry #DD5B7D

Tints of Cranberry #DD5B7D

RGB

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

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

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

R = 50.57%
G = 20.82%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD5B7D (or 0xDD5B7D) is known color: Cranberry. HEX triplet: DD, 5B and 7D. RGB value is (221,91,125). Sum of RGB (Red+Green+Blue) = 221+91+125=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B7D is #22A482. Grayscale: #858585. Windows color (decimal): -2270339 or 8215517. OLE color: 8215517.

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

Color convert

RGB 221 91 125 -
CMYK 0 0.59 0.43 0.13
HSL 344.31º 0.66% 0.61% -
HSV(B) 344.31º 0.59% 0.87% -
XYZ 37.26 24.33 22.14 -
YUV 133.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 221 91 125 0 0.59 0.43 0.13 344.31 0.66 0.61
Hex DD 5B 7D 0 3B 2B D 158 42 3D
Octal 335 133 175 0 73 53 15 530 102 75
Binary 11011101 1011011 1111101 0 111011 101011 1101 101011000 1000010 111101

Color Harmonies of #DD5B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B7D

Black with #DD5B7D

Text Example


Text Example

White with #DD5B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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