Html Css Color HEX #DF507D Cranberry

📋 copy color: '#DF507D'

red 223 ◦ green 80 ◦ blue 125

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

Shades of Cranberry #DF507D

Tints of Cranberry #DF507D

RGB

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

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

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

R = 52.1%
G = 18.69%
B = 29.21%

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

#DF507D (or 0xDF507D) is known color: Cranberry. HEX triplet: DF, 50 and 7D. RGB value is (223,80,125). Sum of RGB (Red+Green+Blue) = 223+80+125=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF507D is #20AF82. Grayscale: #7F7F7F. Windows color (decimal): -2142083 or 8212703. OLE color: 8212703.

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

Color convert

RGB 223 80 125 -
CMYK 0 0.64 0.44 0.13
HSL 341.12º 0.69% 0.59% -
HSV(B) 341.12º 0.64% 0.87% -
XYZ 37 22.91 21.87 -
YUV 127.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 223 80 125 0 0.64 0.44 0.13 341.12 0.69 0.59
Hex DF 50 7D 0 40 2C D 155 45 3B
Octal 337 120 175 0 100 54 15 525 105 73
Binary 11011111 1010000 1111101 0 1000000 101100 1101 101010101 1000101 111011

Color Harmonies of #DF507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF507D

Black with #DF507D

Text Example


Text Example

White with #DF507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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