Html Css Color HEX #DD536E Cranberry

📋 copy color: '#DD536E'

red 221 ◦ green 83 ◦ blue 110

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

Shades of Cranberry #DD536E

Tints of Cranberry #DD536E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 53.38%
G = 20.05%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD536E (or 0xDD536E) is known color: Cranberry. HEX triplet: DD, 53 and 6E. RGB value is (221,83,110). Sum of RGB (Red+Green+Blue) = 221+83+110=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD536E is #22AC91. Grayscale: #7F7F7F. Windows color (decimal): -2272402 or 7230429. OLE color: 7230429.

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

Color convert

RGB 221 83 110 -
CMYK 0 0.62 0.50 0.13
HSL 348.26º 0.67% 0.6% -
HSV(B) 348.26º 0.62% 0.87% -
XYZ 35.73 22.68 17.25 -
YUV 127.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 221 83 110 0 0.62 0.50 0.13 348.26 0.67 0.6
Hex DD 53 6E 0 3E 32 D 15C 43 3C
Octal 335 123 156 0 76 62 15 534 103 74
Binary 11011101 1010011 1101110 0 111110 110010 1101 101011100 1000011 111100

Color Harmonies of #DD536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD536E

Black with #DD536E

Text Example


Text Example

White with #DD536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD536E; }

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

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

background-color css

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

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

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

border-color css

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

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

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