Html Css Color HEX #DF466D Cranberry

📋 copy color: '#DF466D'

red 223 ◦ green 70 ◦ blue 109

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

Shades of Cranberry #DF466D

Tints of Cranberry #DF466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 55.47%
G = 17.41%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF466D (or 0xDF466D) is known color: Cranberry. HEX triplet: DF, 46 and 6D. RGB value is (223,70,109). Sum of RGB (Red+Green+Blue) = 223+70+109=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF466D is #20B992. Grayscale: #787878. Windows color (decimal): -2144659 or 7161567. OLE color: 7161567.

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

Color convert

RGB 223 70 109 -
CMYK 0 0.69 0.51 0.13
HSL 344.71º 0.71% 0.57% -
HSV(B) 344.71º 0.69% 0.87% -
XYZ 35.38 21.17 16.69 -
YUV 120.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 223 70 109 0 0.69 0.51 0.13 344.71 0.71 0.57
Hex DF 46 6D 0 45 33 D 159 47 39
Octal 337 106 155 0 105 63 15 531 107 71
Binary 11011111 1000110 1101101 0 1000101 110011 1101 101011001 1000111 111001

Color Harmonies of #DF466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF466D

Black with #DF466D

Text Example


Text Example

White with #DF466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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