Html Css Color HEX #DF5B7A Cranberry

📋 copy color: '#DF5B7A'

red 223 ◦ green 91 ◦ blue 122

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

Shades of Cranberry #DF5B7A

Tints of Cranberry #DF5B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

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

R = 51.15%
G = 20.87%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF5B7A (or 0xDF5B7A) is known color: Cranberry. HEX triplet: DF, 5B and 7A. RGB value is (223,91,122). Sum of RGB (Red+Green+Blue) = 223+91+122=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5B7A is #20A485. Grayscale: #868686. Windows color (decimal): -2139270 or 8018911. OLE color: 8018911.

HSL color Cylindrical-coordinate representation of color #DF5B7A: hue angle of 345.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5B7A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 91 122 -
CMYK 0 0.59 0.45 0.13
HSL 345.91º 0.67% 0.62% -
HSV(B) 345.91º 0.59% 0.87% -
XYZ 37.69 24.58 21.17 -
YUV 134 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 223 91 122 0 0.59 0.45 0.13 345.91 0.67 0.62
Hex DF 5B 7A 0 3B 2D D 15A 43 3E
Octal 337 133 172 0 73 55 15 532 103 76
Binary 11011111 1011011 1111010 0 111011 101101 1101 101011010 1000011 111110

Color Harmonies of #DF5B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B7A

Black with #DF5B7A

Text Example


Text Example

White with #DF5B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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