Html Css Color HEX #DF5279 Cranberry

📋 copy color: '#DF5279'

red 223 ◦ green 82 ◦ blue 121

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

Shades of Cranberry #DF5279

Tints of Cranberry #DF5279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 52.35%
G = 19.25%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF5279 (or 0xDF5279) is known color: Cranberry. HEX triplet: DF, 52 and 79. RGB value is (223,82,121). Sum of RGB (Red+Green+Blue) = 223+82+121=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5279 is #20AD86. Grayscale: #808080. Windows color (decimal): -2141575 or 7951071. OLE color: 7951071.

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

Color convert

RGB 223 82 121 -
CMYK 0 0.63 0.46 0.13
HSL 343.4º 0.69% 0.6% -
HSV(B) 343.4º 0.63% 0.87% -
XYZ 36.9 23.1 20.6 -
YUV 128.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 223 82 121 0 0.63 0.46 0.13 343.4 0.69 0.6
Hex DF 52 79 0 3F 2E D 157 45 3C
Octal 337 122 171 0 77 56 15 527 105 74
Binary 11011111 1010010 1111001 0 111111 101110 1101 101010111 1000101 111100

Color Harmonies of #DF5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5279

Black with #DF5279

Text Example


Text Example

White with #DF5279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5279; }

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

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

background-color css

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

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

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

border-color css

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

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

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