Html Css Color HEX #DD5370 Cranberry

📋 copy color: '#DD5370'

red 221 ◦ green 83 ◦ blue 112

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

Shades of Cranberry #DD5370

Tints of Cranberry #DD5370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 53.13%
G = 19.95%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD5370 (or 0xDD5370) is known color: Cranberry. HEX triplet: DD, 53 and 70. RGB value is (221,83,112). Sum of RGB (Red+Green+Blue) = 221+83+112=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5370 is #22AC8F. Grayscale: #7F7F7F. Windows color (decimal): -2272400 or 7361501. OLE color: 7361501.

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

Color convert

RGB 221 83 112 -
CMYK 0 0.62 0.49 0.13
HSL 347.39º 0.67% 0.6% -
HSV(B) 347.39º 0.62% 0.87% -
XYZ 35.84 22.73 17.83 -
YUV 127.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 221 83 112 0 0.62 0.49 0.13 347.39 0.67 0.6
Hex DD 53 70 0 3E 31 D 15B 43 3C
Octal 335 123 160 0 76 61 15 533 103 74
Binary 11011101 1010011 1110000 0 111110 110001 1101 101011011 1000011 111100

Color Harmonies of #DD5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5370

Black with #DD5370

Text Example


Text Example

White with #DD5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5370; }

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

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

background-color css

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

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

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

border-color css

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

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

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