Html Css Color HEX #DF5071 Cranberry

📋 copy color: '#DF5071'

red 223 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #DF5071

Tints of Cranberry #DF5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.23%

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 53.61%
G = 19.23%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF5071 (or 0xDF5071) is known color: Cranberry. HEX triplet: DF, 50 and 71. RGB value is (223,80,113). Sum of RGB (Red+Green+Blue) = 223+80+113=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5071 is #20AF8E. Grayscale: #7E7E7E. Windows color (decimal): -2142095 or 7426271. OLE color: 7426271.

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

Color convert

RGB 223 80 113 -
CMYK 0 0.64 0.49 0.13
HSL 346.15º 0.69% 0.59% -
HSV(B) 346.15º 0.64% 0.87% -
XYZ 36.28 22.62 18.08 -
YUV 126.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 223 80 113 0 0.64 0.49 0.13 346.15 0.69 0.59
Hex DF 50 71 0 40 31 D 15A 45 3B
Octal 337 120 161 0 100 61 15 532 105 73
Binary 11011111 1010000 1110001 0 1000000 110001 1101 101011010 1000101 111011

Color Harmonies of #DF5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5071

Black with #DF5071

Text Example


Text Example

White with #DF5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5071; }

 p { color: rgb(223,80,113); }

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

background-color css

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

 a { background-color: rgb(223,80,113); }

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

border-color css

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

 span { border-color: rgb(223,80,113); }

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