Html Css Color HEX #DF5076 Cranberry

📋 copy color: '#DF5076'

red 223 ◦ green 80 ◦ blue 118

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

Shades of Cranberry #DF5076

Tints of Cranberry #DF5076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 52.97%
G = 19%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF5076 (or 0xDF5076) is known color: Cranberry. HEX triplet: DF, 50 and 76. RGB value is (223,80,118). Sum of RGB (Red+Green+Blue) = 223+80+118=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5076 is #20AF89. Grayscale: #7F7F7F. Windows color (decimal): -2142090 or 7753951. OLE color: 7753951.

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

Color convert

RGB 223 80 118 -
CMYK 0 0.64 0.47 0.13
HSL 344.06º 0.69% 0.59% -
HSV(B) 344.06º 0.64% 0.87% -
XYZ 36.57 22.73 19.6 -
YUV 127.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 223 80 118 0 0.64 0.47 0.13 344.06 0.69 0.59
Hex DF 50 76 0 40 2F D 158 45 3B
Octal 337 120 166 0 100 57 15 530 105 73
Binary 11011111 1010000 1110110 0 1000000 101111 1101 101011000 1000101 111011

Color Harmonies of #DF5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5076

Black with #DF5076

Text Example


Text Example

White with #DF5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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