Html Css Color HEX #DF466F Cranberry

📋 copy color: '#DF466F'

red 223 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #DF466F

Tints of Cranberry #DF466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 55.2%
G = 17.33%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF466F (or 0xDF466F) is known color: Cranberry. HEX triplet: DF, 46 and 6F. RGB value is (223,70,111). Sum of RGB (Red+Green+Blue) = 223+70+111=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF466F is #20B990. Grayscale: #787878. Windows color (decimal): -2144657 or 7292639. OLE color: 7292639.

HSL color Cylindrical-coordinate representation of color #DF466F: hue angle of 343.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF466F is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 70 111 -
CMYK 0 0.69 0.50 0.13
HSL 343.92º 0.71% 0.57% -
HSV(B) 343.92º 0.69% 0.87% -
XYZ 35.49 21.22 17.26 -
YUV 120.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 223 70 111 0 0.69 0.50 0.13 343.92 0.71 0.57
Hex DF 46 6F 0 45 32 D 158 47 39
Octal 337 106 157 0 105 62 15 530 107 71
Binary 11011111 1000110 1101111 0 1000101 110010 1101 101011000 1000111 111001

Color Harmonies of #DF466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF466F

Black with #DF466F

Text Example


Text Example

White with #DF466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF466F; }

 p { color: rgb(223,70,111); }

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

background-color css

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

 a { background-color: rgb(223,70,111); }

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

border-color css

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

 span { border-color: rgb(223,70,111); }

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