Html Css Color HEX #DF516E Cranberry

📋 copy color: '#DF516E'

red 223 ◦ green 81 ◦ blue 110

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

Shades of Cranberry #DF516E

Tints of Cranberry #DF516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.57%

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 53.86%
G = 19.57%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF516E (or 0xDF516E) is known color: Cranberry. HEX triplet: DF, 51 and 6E. RGB value is (223,81,110). Sum of RGB (Red+Green+Blue) = 223+81+110=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF516E is #20AE91. Grayscale: #7E7E7E. Windows color (decimal): -2141842 or 7229919. OLE color: 7229919.

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

Color convert

RGB 223 81 110 -
CMYK 0 0.64 0.51 0.13
HSL 347.75º 0.69% 0.6% -
HSV(B) 347.75º 0.64% 0.87% -
XYZ 36.19 22.7 17.23 -
YUV 126.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 223 81 110 0 0.64 0.51 0.13 347.75 0.69 0.6
Hex DF 51 6E 0 40 33 D 15C 45 3C
Octal 337 121 156 0 100 63 15 534 105 74
Binary 11011111 1010001 1101110 0 1000000 110011 1101 101011100 1000101 111100

Color Harmonies of #DF516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF516E

Black with #DF516E

Text Example


Text Example

White with #DF516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF516E; }

 p { color: rgb(223,81,110); }

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

background-color css

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

 a { background-color: rgb(223,81,110); }

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

border-color css

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

 span { border-color: rgb(223,81,110); }

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