Html Css Color HEX #DF5C73 Cranberry

📋 copy color: '#DF5C73'

red 223 ◦ green 92 ◦ blue 115

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

Shades of Cranberry #DF5C73

Tints of Cranberry #DF5C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.4%

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 51.86%
G = 21.4%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF5C73 (or 0xDF5C73) is known color: Cranberry. HEX triplet: DF, 5C and 73. RGB value is (223,92,115). Sum of RGB (Red+Green+Blue) = 223+92+115=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C73 is #20A38C. Grayscale: #858585. Windows color (decimal): -2139021 or 7560415. OLE color: 7560415.

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

Color convert

RGB 223 92 115 -
CMYK 0 0.59 0.48 0.13
HSL 349.47º 0.67% 0.62% -
HSV(B) 349.47º 0.59% 0.87% -
XYZ 37.35 24.58 19 -
YUV 133.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 223 92 115 0 0.59 0.48 0.13 349.47 0.67 0.62
Hex DF 5C 73 0 3B 30 D 15D 43 3E
Octal 337 134 163 0 73 60 15 535 103 76
Binary 11011111 1011100 1110011 0 111011 110000 1101 101011101 1000011 111110

Color Harmonies of #DF5C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C73

Black with #DF5C73

Text Example


Text Example

White with #DF5C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C73; }

 p { color: rgb(223,92,115); }

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

background-color css

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

 a { background-color: rgb(223,92,115); }

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

border-color css

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

 span { border-color: rgb(223,92,115); }

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