Html Css Color HEX #DF507A Cranberry

📋 copy color: '#DF507A'

red 223 ◦ green 80 ◦ blue 122

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

Shades of Cranberry #DF507A

Tints of Cranberry #DF507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 52.47%
G = 18.82%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF507A (or 0xDF507A) is known color: Cranberry. HEX triplet: DF, 50 and 7A. RGB value is (223,80,122). Sum of RGB (Red+Green+Blue) = 223+80+122=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF507A is #20AF85. Grayscale: #7F7F7F. Windows color (decimal): -2142086 or 8016095. OLE color: 8016095.

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

Color convert

RGB 223 80 122 -
CMYK 0 0.64 0.45 0.13
HSL 342.38º 0.69% 0.59% -
HSV(B) 342.38º 0.64% 0.87% -
XYZ 36.81 22.83 20.88 -
YUV 127.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 223 80 122 0 0.64 0.45 0.13 342.38 0.69 0.59
Hex DF 50 7A 0 40 2D D 156 45 3B
Octal 337 120 172 0 100 55 15 526 105 73
Binary 11011111 1010000 1111010 0 1000000 101101 1101 101010110 1000101 111011

Color Harmonies of #DF507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF507A

Black with #DF507A

Text Example


Text Example

White with #DF507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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