Html Css Color HEX #DF517D Cranberry

📋 copy color: '#DF517D'

red 223 ◦ green 81 ◦ blue 125

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

Shades of Cranberry #DF517D

Tints of Cranberry #DF517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 51.98%
G = 18.88%
B = 29.14%

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

#DF517D (or 0xDF517D) is known color: Cranberry. HEX triplet: DF, 51 and 7D. RGB value is (223,81,125). Sum of RGB (Red+Green+Blue) = 223+81+125=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF517D is #20AE82. Grayscale: #808080. Windows color (decimal): -2141827 or 8212959. OLE color: 8212959.

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

Color convert

RGB 223 81 125 -
CMYK 0 0.64 0.44 0.13
HSL 341.41º 0.69% 0.6% -
HSV(B) 341.41º 0.64% 0.87% -
XYZ 37.08 23.05 21.9 -
YUV 128.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 223 81 125 0 0.64 0.44 0.13 341.41 0.69 0.6
Hex DF 51 7D 0 40 2C D 155 45 3C
Octal 337 121 175 0 100 54 15 525 105 74
Binary 11011111 1010001 1111101 0 1000000 101100 1101 101010101 1000101 111100

Color Harmonies of #DF517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF517D

Black with #DF517D

Text Example


Text Example

White with #DF517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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