Html Css Color HEX #DF507C Cranberry

📋 copy color: '#DF507C'

red 223 ◦ green 80 ◦ blue 124

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

Shades of Cranberry #DF507C

Tints of Cranberry #DF507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 52.22%
G = 18.74%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF507C (or 0xDF507C) is known color: Cranberry. HEX triplet: DF, 50 and 7C. RGB value is (223,80,124). Sum of RGB (Red+Green+Blue) = 223+80+124=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF507C is #20AF83. Grayscale: #7F7F7F. Windows color (decimal): -2142084 or 8147167. OLE color: 8147167.

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

Color convert

RGB 223 80 124 -
CMYK 0 0.64 0.44 0.13
HSL 341.54º 0.69% 0.59% -
HSV(B) 341.54º 0.64% 0.87% -
XYZ 36.94 22.88 21.54 -
YUV 127.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 223 80 124 0 0.64 0.44 0.13 341.54 0.69 0.59
Hex DF 50 7C 0 40 2C D 156 45 3B
Octal 337 120 174 0 100 54 15 526 105 73
Binary 11011111 1010000 1111100 0 1000000 101100 1101 101010110 1000101 111011

Color Harmonies of #DF507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF507C

Black with #DF507C

Text Example


Text Example

White with #DF507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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