Html Css Color HEX #DF517E Cranberry

📋 copy color: '#DF517E'

red 223 ◦ green 81 ◦ blue 126

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

Shades of Cranberry #DF517E

Tints of Cranberry #DF517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 51.86%
G = 18.84%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF517E (or 0xDF517E) is known color: Cranberry. HEX triplet: DF, 51 and 7E. RGB value is (223,81,126). Sum of RGB (Red+Green+Blue) = 223+81+126=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF517E is #20AE81. Grayscale: #808080. Windows color (decimal): -2141826 or 8278495. OLE color: 8278495.

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

Color convert

RGB 223 81 126 -
CMYK 0 0.64 0.43 0.13
HSL 340.99º 0.69% 0.6% -
HSV(B) 340.99º 0.64% 0.87% -
XYZ 37.14 23.08 22.24 -
YUV 128.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 223 81 126 0 0.64 0.43 0.13 340.99 0.69 0.6
Hex DF 51 7E 0 40 2B D 155 45 3C
Octal 337 121 176 0 100 53 15 525 105 74
Binary 11011111 1010001 1111110 0 1000000 101011 1101 101010101 1000101 111100

Color Harmonies of #DF517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF517E

Black with #DF517E

Text Example


Text Example

White with #DF517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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