Html Css Color HEX #DF5370 Cranberry

📋 copy color: '#DF5370'

red 223 ◦ green 83 ◦ blue 112

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

Shades of Cranberry #DF5370

Tints of Cranberry #DF5370

RGB

 RED value IS 223 (87.5% from 255) = 53.35%

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

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

R = 53.35%
G = 19.86%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF5370 (or 0xDF5370) is known color: Cranberry. HEX triplet: DF, 53 and 70. RGB value is (223,83,112). Sum of RGB (Red+Green+Blue) = 223+83+112=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5370 is #20AC8F. Grayscale: #808080. Windows color (decimal): -2141328 or 7361503. OLE color: 7361503.

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

Color convert

RGB 223 83 112 -
CMYK 0 0.63 0.50 0.13
HSL 347.57º 0.69% 0.6% -
HSV(B) 347.57º 0.63% 0.87% -
XYZ 36.45 23.04 17.86 -
YUV 128.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 223 83 112 0 0.63 0.50 0.13 347.57 0.69 0.6
Hex DF 53 70 0 3F 32 D 15C 45 3C
Octal 337 123 160 0 77 62 15 534 105 74
Binary 11011111 1010011 1110000 0 111111 110010 1101 101011100 1000101 111100

Color Harmonies of #DF5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5370

Black with #DF5370

Text Example


Text Example

White with #DF5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5370; }

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

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

background-color css

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

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

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

border-color css

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

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

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