Html Css Color HEX #DF5C72 Cranberry

📋 copy color: '#DF5C72'

red 223 ◦ green 92 ◦ blue 114

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

Shades of Cranberry #DF5C72

Tints of Cranberry #DF5C72

RGB

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

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

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

R = 51.98%
G = 21.45%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF5C72 (or 0xDF5C72) is known color: Cranberry. HEX triplet: DF, 5C and 72. RGB value is (223,92,114). Sum of RGB (Red+Green+Blue) = 223+92+114=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C72 is #20A38D. Grayscale: #858585. Windows color (decimal): -2139022 or 7494879. OLE color: 7494879.

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

Color convert

RGB 223 92 114 -
CMYK 0 0.59 0.49 0.13
HSL 349.92º 0.67% 0.62% -
HSV(B) 349.92º 0.59% 0.87% -
XYZ 37.3 24.56 18.69 -
YUV 133.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 223 92 114 0 0.59 0.49 0.13 349.92 0.67 0.62
Hex DF 5C 72 0 3B 31 D 15E 43 3E
Octal 337 134 162 0 73 61 15 536 103 76
Binary 11011111 1011100 1110010 0 111011 110001 1101 101011110 1000011 111110

Color Harmonies of #DF5C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C72

Black with #DF5C72

Text Example


Text Example

White with #DF5C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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