Html Css Color HEX #DF4874 Cranberry

📋 copy color: '#DF4874'

red 223 ◦ green 72 ◦ blue 116

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

Shades of Cranberry #DF4874

Tints of Cranberry #DF4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.52%

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

R = 54.26%
G = 17.52%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF4874 (or 0xDF4874) is known color: Cranberry. HEX triplet: DF, 48 and 74. RGB value is (223,72,116). Sum of RGB (Red+Green+Blue) = 223+72+116=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4874 is #20B78B. Grayscale: #7A7A7A. Windows color (decimal): -2144140 or 7620831. OLE color: 7620831.

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

Color convert

RGB 223 72 116 -
CMYK 0 0.68 0.48 0.13
HSL 342.52º 0.7% 0.58% -
HSV(B) 342.52º 0.68% 0.87% -
XYZ 35.9 21.58 18.8 -
YUV 122.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 223 72 116 0 0.68 0.48 0.13 342.52 0.7 0.58
Hex DF 48 74 0 44 30 D 157 46 3A
Octal 337 110 164 0 104 60 15 527 106 72
Binary 11011111 1001000 1110100 0 1000100 110000 1101 101010111 1000110 111010

Color Harmonies of #DF4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4874

Black with #DF4874

Text Example


Text Example

White with #DF4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4874; }

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

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

background-color css

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

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

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

border-color css

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

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

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