Html Css Color HEX #DD536F Cranberry

📋 copy color: '#DD536F'

red 221 ◦ green 83 ◦ blue 111

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

Shades of Cranberry #DD536F

Tints of Cranberry #DD536F

RGB

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

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

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

R = 53.25%
G = 20%
B = 26.75%

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

#DD536F (or 0xDD536F) is known color: Cranberry. HEX triplet: DD, 53 and 6F. RGB value is (221,83,111). Sum of RGB (Red+Green+Blue) = 221+83+111=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD536F is #22AC90. Grayscale: #7F7F7F. Windows color (decimal): -2272401 or 7295965. OLE color: 7295965.

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

Color convert

RGB 221 83 111 -
CMYK 0 0.62 0.50 0.13
HSL 347.83º 0.67% 0.6% -
HSV(B) 347.83º 0.62% 0.87% -
XYZ 35.78 22.71 17.54 -
YUV 127.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 221 83 111 0 0.62 0.50 0.13 347.83 0.67 0.6
Hex DD 53 6F 0 3E 32 D 15C 43 3C
Octal 335 123 157 0 76 62 15 534 103 74
Binary 11011101 1010011 1101111 0 111110 110010 1101 101011100 1000011 111100

Color Harmonies of #DD536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD536F

Black with #DD536F

Text Example


Text Example

White with #DD536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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