Html Css Color HEX #DF5271 Cranberry

📋 copy color: '#DF5271'

red 223 ◦ green 82 ◦ blue 113

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

Shades of Cranberry #DF5271

Tints of Cranberry #DF5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.62%

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

R = 53.35%
G = 19.62%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF5271 (or 0xDF5271) is known color: Cranberry. HEX triplet: DF, 52 and 71. RGB value is (223,82,113). Sum of RGB (Red+Green+Blue) = 223+82+113=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5271 is #20AD8E. Grayscale: #7F7F7F. Windows color (decimal): -2141583 or 7426783. OLE color: 7426783.

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

Color convert

RGB 223 82 113 -
CMYK 0 0.63 0.49 0.13
HSL 346.81º 0.69% 0.6% -
HSV(B) 346.81º 0.63% 0.87% -
XYZ 36.43 22.91 18.13 -
YUV 127.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 223 82 113 0 0.63 0.49 0.13 346.81 0.69 0.6
Hex DF 52 71 0 3F 31 D 15B 45 3C
Octal 337 122 161 0 77 61 15 533 105 74
Binary 11011111 1010010 1110001 0 111111 110001 1101 101011011 1000101 111100

Color Harmonies of #DF5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5271

Black with #DF5271

Text Example


Text Example

White with #DF5271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5271; }

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

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

background-color css

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

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

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

border-color css

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

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

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