Html Css Color HEX #DF4973 Cranberry

📋 copy color: '#DF4973'

red 223 ◦ green 73 ◦ blue 115

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

Shades of Cranberry #DF4973

Tints of Cranberry #DF4973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.76%

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

R = 54.26%
G = 17.76%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF4973 (or 0xDF4973) is known color: Cranberry. HEX triplet: DF, 49 and 73. RGB value is (223,73,115). Sum of RGB (Red+Green+Blue) = 223+73+115=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4973 is #20B68C. Grayscale: #7A7A7A. Windows color (decimal): -2143885 or 7555551. OLE color: 7555551.

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

Color convert

RGB 223 73 115 -
CMYK 0 0.67 0.48 0.13
HSL 343.2º 0.7% 0.58% -
HSV(B) 343.2º 0.67% 0.87% -
XYZ 35.91 21.69 18.51 -
YUV 122.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 223 73 115 0 0.67 0.48 0.13 343.2 0.7 0.58
Hex DF 49 73 0 43 30 D 157 46 3A
Octal 337 111 163 0 103 60 15 527 106 72
Binary 11011111 1001001 1110011 0 1000011 110000 1101 101010111 1000110 111010

Color Harmonies of #DF4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4973

Black with #DF4973

Text Example


Text Example

White with #DF4973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4973; }

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

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

background-color css

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

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

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

border-color css

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

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

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