Html Css Color HEX #DF5572 Cranberry

📋 copy color: '#DF5572'

red 223 ◦ green 85 ◦ blue 114

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

Shades of Cranberry #DF5572

Tints of Cranberry #DF5572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

 BLUE value IS 114 (44.92% from 255) = 27.01%

R = 52.84%
G = 20.14%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF5572 (or 0xDF5572) is known color: Cranberry. HEX triplet: DF, 55 and 72. RGB value is (223,85,114). Sum of RGB (Red+Green+Blue) = 223+85+114=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5572 is #20AA8D. Grayscale: #818181. Windows color (decimal): -2140814 or 7493087. OLE color: 7493087.

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

Color convert

RGB 223 85 114 -
CMYK 0 0.62 0.49 0.13
HSL 347.39º 0.68% 0.6% -
HSV(B) 347.39º 0.62% 0.87% -
XYZ 36.72 23.4 18.5 -
YUV 129.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 223 85 114 0 0.62 0.49 0.13 347.39 0.68 0.6
Hex DF 55 72 0 3E 31 D 15B 44 3C
Octal 337 125 162 0 76 61 15 533 104 74
Binary 11011111 1010101 1110010 0 111110 110001 1101 101011011 1000100 111100

Color Harmonies of #DF5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5572

Black with #DF5572

Text Example


Text Example

White with #DF5572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5572; }

 p { color: rgb(223,85,114); }

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

background-color css

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

 a { background-color: rgb(223,85,114); }

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

border-color css

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

 span { border-color: rgb(223,85,114); }

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