Html Css Color HEX #DF516C Cranberry

📋 copy color: '#DF516C'

red 223 ◦ green 81 ◦ blue 108

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

Shades of Cranberry #DF516C

Tints of Cranberry #DF516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.21%

R = 54.13%
G = 19.66%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF516C (or 0xDF516C) is known color: Cranberry. HEX triplet: DF, 51 and 6C. RGB value is (223,81,108). Sum of RGB (Red+Green+Blue) = 223+81+108=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF516C is #20AE93. Grayscale: #7E7E7E. Windows color (decimal): -2141844 or 7098847. OLE color: 7098847.

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

Color convert

RGB 223 81 108 -
CMYK 0 0.64 0.52 0.13
HSL 348.59º 0.69% 0.6% -
HSV(B) 348.59º 0.64% 0.87% -
XYZ 36.08 22.66 16.66 -
YUV 126.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 223 81 108 0 0.64 0.52 0.13 348.59 0.69 0.6
Hex DF 51 6C 0 40 34 D 15D 45 3C
Octal 337 121 154 0 100 64 15 535 105 74
Binary 11011111 1010001 1101100 0 1000000 110100 1101 101011101 1000101 111100

Color Harmonies of #DF516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF516C

Black with #DF516C

Text Example


Text Example

White with #DF516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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