Html Css Color HEX #DD537F Cranberry

📋 copy color: '#DD537F'

red 221 ◦ green 83 ◦ blue 127

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

Shades of Cranberry #DD537F

Tints of Cranberry #DD537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 51.28%
G = 19.26%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD537F (or 0xDD537F) is known color: Cranberry. HEX triplet: DD, 53 and 7F. RGB value is (221,83,127). Sum of RGB (Red+Green+Blue) = 221+83+127=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD537F is #22AC80. Grayscale: #818181. Windows color (decimal): -2272385 or 8344541. OLE color: 8344541.

HSL color Cylindrical-coordinate representation of color #DD537F: hue angle of 340.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD537F is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 127 -
CMYK 0 0.62 0.43 0.13
HSL 340.87º 0.67% 0.6% -
HSV(B) 340.87º 0.62% 0.87% -
XYZ 36.74 23.09 22.6 -
YUV 129.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 221 83 127 0 0.62 0.43 0.13 340.87 0.67 0.6
Hex DD 53 7F 0 3E 2B D 155 43 3C
Octal 335 123 177 0 76 53 15 525 103 74
Binary 11011101 1010011 1111111 0 111110 101011 1101 101010101 1000011 111100

Color Harmonies of #DD537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD537F

Black with #DD537F

Text Example


Text Example

White with #DD537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD537F; }

 p { color: rgb(221,83,127); }

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

background-color css

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

 a { background-color: rgb(221,83,127); }

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

border-color css

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

 span { border-color: rgb(221,83,127); }

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