Html Css Color HEX #DF5C74 Cranberry

📋 copy color: '#DF5C74'

red 223 ◦ green 92 ◦ blue 116

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

Shades of Cranberry #DF5C74

Tints of Cranberry #DF5C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 51.74%
G = 21.35%
B = 26.91%

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

#DF5C74 (or 0xDF5C74) is known color: Cranberry. HEX triplet: DF, 5C and 74. RGB value is (223,92,116). Sum of RGB (Red+Green+Blue) = 223+92+116=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C74 is #20A38B. Grayscale: #858585. Windows color (decimal): -2139020 or 7625951. OLE color: 7625951.

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

Color convert

RGB 223 92 116 -
CMYK 0 0.59 0.48 0.13
HSL 349.01º 0.67% 0.62% -
HSV(B) 349.01º 0.59% 0.87% -
XYZ 37.41 24.6 19.3 -
YUV 133.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 223 92 116 0 0.59 0.48 0.13 349.01 0.67 0.62
Hex DF 5C 74 0 3B 30 D 15D 43 3E
Octal 337 134 164 0 73 60 15 535 103 76
Binary 11011111 1011100 1110100 0 111011 110000 1101 101011101 1000011 111110

Color Harmonies of #DF5C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C74

Black with #DF5C74

Text Example


Text Example

White with #DF5C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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