Html Css Color HEX #DF507E Cranberry

📋 copy color: '#DF507E'

red 223 ◦ green 80 ◦ blue 126

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

Shades of Cranberry #DF507E

Tints of Cranberry #DF507E

RGB

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

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

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

R = 51.98%
G = 18.65%
B = 29.37%

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

#DF507E (or 0xDF507E) is known color: Cranberry. HEX triplet: DF, 50 and 7E. RGB value is (223,80,126). Sum of RGB (Red+Green+Blue) = 223+80+126=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF507E is #20AF81. Grayscale: #7F7F7F. Windows color (decimal): -2142082 or 8278239. OLE color: 8278239.

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

Color convert

RGB 223 80 126 -
CMYK 0 0.64 0.43 0.13
HSL 340.7º 0.69% 0.59% -
HSV(B) 340.7º 0.64% 0.87% -
XYZ 37.07 22.93 22.21 -
YUV 128 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 223 80 126 0 0.64 0.43 0.13 340.7 0.69 0.59
Hex DF 50 7E 0 40 2B D 155 45 3B
Octal 337 120 176 0 100 53 15 525 105 73
Binary 11011111 1010000 1111110 0 1000000 101011 1101 101010101 1000101 111011

Color Harmonies of #DF507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF507E

Black with #DF507E

Text Example


Text Example

White with #DF507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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