Html Css Color HEX #DF507F Cranberry

📋 copy color: '#DF507F'

red 223 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #DF507F

Tints of Cranberry #DF507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 51.86%
G = 18.6%
B = 29.53%

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

#DF507F (or 0xDF507F) is known color: Cranberry. HEX triplet: DF, 50 and 7F. RGB value is (223,80,127). Sum of RGB (Red+Green+Blue) = 223+80+127=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF507F is #20AF80. Grayscale: #808080. Windows color (decimal): -2142081 or 8343775. OLE color: 8343775.

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

Color convert

RGB 223 80 127 -
CMYK 0 0.64 0.43 0.13
HSL 340.28º 0.69% 0.59% -
HSV(B) 340.28º 0.64% 0.87% -
XYZ 37.13 22.96 22.55 -
YUV 128.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 223 80 127 0 0.64 0.43 0.13 340.28 0.69 0.59
Hex DF 50 7F 0 40 2B D 154 45 3B
Octal 337 120 177 0 100 53 15 524 105 73
Binary 11011111 1010000 1111111 0 1000000 101011 1101 101010100 1000101 111011

Color Harmonies of #DF507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF507F

Black with #DF507F

Text Example


Text Example

White with #DF507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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