Html Css Color HEX #DF516B Cranberry

📋 copy color: '#DF516B'

red 223 ◦ green 81 ◦ blue 107

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

Shades of Cranberry #DF516B

Tints of Cranberry #DF516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 54.26%
G = 19.71%
B = 26.03%

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

#DF516B (or 0xDF516B) is known color: Cranberry. HEX triplet: DF, 51 and 6B. RGB value is (223,81,107). Sum of RGB (Red+Green+Blue) = 223+81+107=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF516B is #20AE94. Grayscale: #7E7E7E. Windows color (decimal): -2141845 or 7033311. OLE color: 7033311.

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

Color convert

RGB 223 81 107 -
CMYK 0 0.64 0.52 0.13
HSL 349.01º 0.69% 0.6% -
HSV(B) 349.01º 0.64% 0.87% -
XYZ 36.03 22.63 16.38 -
YUV 126.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 223 81 107 0 0.64 0.52 0.13 349.01 0.69 0.6
Hex DF 51 6B 0 40 34 D 15D 45 3C
Octal 337 121 153 0 100 64 15 535 105 74
Binary 11011111 1010001 1101011 0 1000000 110100 1101 101011101 1000101 111100

Color Harmonies of #DF516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF516B

Black with #DF516B

Text Example


Text Example

White with #DF516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF516B; }

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

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

background-color css

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

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

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

border-color css

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

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

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