Html Css Color HEX #DF506C Cranberry

📋 copy color: '#DF506C'

red 223 ◦ green 80 ◦ blue 108

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

Shades of Cranberry #DF506C

Tints of Cranberry #DF506C

RGB

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

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

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

R = 54.26%
G = 19.46%
B = 26.28%

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

#DF506C (or 0xDF506C) is known color: Cranberry. HEX triplet: DF, 50 and 6C. RGB value is (223,80,108). Sum of RGB (Red+Green+Blue) = 223+80+108=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF506C is #20AF93. Grayscale: #7D7D7D. Windows color (decimal): -2142100 or 7098591. OLE color: 7098591.

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

Color convert

RGB 223 80 108 -
CMYK 0 0.64 0.52 0.13
HSL 348.25º 0.69% 0.59% -
HSV(B) 348.25º 0.64% 0.87% -
XYZ 36.01 22.51 16.63 -
YUV 125.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 223 80 108 0 0.64 0.52 0.13 348.25 0.69 0.59
Hex DF 50 6C 0 40 34 D 15C 45 3B
Octal 337 120 154 0 100 64 15 534 105 73
Binary 11011111 1010000 1101100 0 1000000 110100 1101 101011100 1000101 111011

Color Harmonies of #DF506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF506C

Black with #DF506C

Text Example


Text Example

White with #DF506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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