Html Css Color HEX #DD5B6F Cranberry

📋 copy color: '#DD5B6F'

red 221 ◦ green 91 ◦ blue 111

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

Shades of Cranberry #DD5B6F

Tints of Cranberry #DD5B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 52.25%
G = 21.51%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD5B6F (or 0xDD5B6F) is known color: Cranberry. HEX triplet: DD, 5B and 6F. RGB value is (221,91,111). Sum of RGB (Red+Green+Blue) = 221+91+111=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B6F is #22A490. Grayscale: #848484. Windows color (decimal): -2270353 or 7298013. OLE color: 7298013.

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

Color convert

RGB 221 91 111 -
CMYK 0 0.59 0.50 0.13
HSL 350.77º 0.66% 0.61% -
HSV(B) 350.77º 0.59% 0.87% -
XYZ 36.43 24 17.75 -
YUV 132.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 221 91 111 0 0.59 0.50 0.13 350.77 0.66 0.61
Hex DD 5B 6F 0 3B 32 D 15F 42 3D
Octal 335 133 157 0 73 62 15 537 102 75
Binary 11011101 1011011 1101111 0 111011 110010 1101 101011111 1000010 111101

Color Harmonies of #DD5B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B6F

Black with #DD5B6F

Text Example


Text Example

White with #DD5B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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