Html Css Color HEX #DF506D Cranberry

📋 copy color: '#DF506D'

red 223 ◦ green 80 ◦ blue 109

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

Shades of Cranberry #DF506D

Tints of Cranberry #DF506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

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

R = 54.13%
G = 19.42%
B = 26.46%

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

#DF506D (or 0xDF506D) is known color: Cranberry. HEX triplet: DF, 50 and 6D. RGB value is (223,80,109). Sum of RGB (Red+Green+Blue) = 223+80+109=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF506D is #20AF92. Grayscale: #7E7E7E. Windows color (decimal): -2142099 or 7164127. OLE color: 7164127.

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

Color convert

RGB 223 80 109 -
CMYK 0 0.64 0.51 0.13
HSL 347.83º 0.69% 0.59% -
HSV(B) 347.83º 0.64% 0.87% -
XYZ 36.06 22.53 16.92 -
YUV 126.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 223 80 109 0 0.64 0.51 0.13 347.83 0.69 0.59
Hex DF 50 6D 0 40 33 D 15C 45 3B
Octal 337 120 155 0 100 63 15 534 105 73
Binary 11011111 1010000 1101101 0 1000000 110011 1101 101011100 1000101 111011

Color Harmonies of #DF506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF506D

Black with #DF506D

Text Example


Text Example

White with #DF506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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