Html Css Color HEX #DF5470 Cranberry

📋 copy color: '#DF5470'

red 223 ◦ green 84 ◦ blue 112

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

Shades of Cranberry #DF5470

Tints of Cranberry #DF5470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 53.22%
G = 20.05%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF5470 (or 0xDF5470) is known color: Cranberry. HEX triplet: DF, 54 and 70. RGB value is (223,84,112). Sum of RGB (Red+Green+Blue) = 223+84+112=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5470 is #20AB8F. Grayscale: #808080. Windows color (decimal): -2141072 or 7361759. OLE color: 7361759.

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

Color convert

RGB 223 84 112 -
CMYK 0 0.62 0.50 0.13
HSL 347.91º 0.68% 0.6% -
HSV(B) 347.91º 0.62% 0.87% -
XYZ 36.53 23.2 17.88 -
YUV 128.75 118.55 195.22 -
System Red Green Blue C M Y K H S L
Decimal 223 84 112 0 0.62 0.50 0.13 347.91 0.68 0.6
Hex DF 54 70 0 3E 32 D 15C 44 3C
Octal 337 124 160 0 76 62 15 534 104 74
Binary 11011111 1010100 1110000 0 111110 110010 1101 101011100 1000100 111100

Color Harmonies of #DF5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5470

Black with #DF5470

Text Example


Text Example

White with #DF5470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5470; }

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

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

background-color css

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

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

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

border-color css

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

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

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