Html Css Color HEX #DD537E Cranberry

📋 copy color: '#DD537E'

red 221 ◦ green 83 ◦ blue 126

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

Shades of Cranberry #DD537E

Tints of Cranberry #DD537E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 51.4%
G = 19.3%
B = 29.3%

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

#DD537E (or 0xDD537E) is known color: Cranberry. HEX triplet: DD, 53 and 7E. RGB value is (221,83,126). Sum of RGB (Red+Green+Blue) = 221+83+126=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD537E is #22AC81. Grayscale: #818181. Windows color (decimal): -2272386 or 8279005. OLE color: 8279005.

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

Color convert

RGB 221 83 126 -
CMYK 0 0.62 0.43 0.13
HSL 341.3º 0.67% 0.6% -
HSV(B) 341.3º 0.62% 0.87% -
XYZ 36.68 23.07 22.26 -
YUV 129.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 221 83 126 0 0.62 0.43 0.13 341.3 0.67 0.6
Hex DD 53 7E 0 3E 2B D 155 43 3C
Octal 335 123 176 0 76 53 15 525 103 74
Binary 11011101 1010011 1111110 0 111110 101011 1101 101010101 1000011 111100

Color Harmonies of #DD537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD537E

Black with #DD537E

Text Example


Text Example

White with #DD537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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