Html Css Color HEX #DF537F Cranberry

📋 copy color: '#DF537F'

red 223 ◦ green 83 ◦ blue 127

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

Shades of Cranberry #DF537F

Tints of Cranberry #DF537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.17%

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

R = 51.5%
G = 19.17%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF537F (or 0xDF537F) is known color: Cranberry. HEX triplet: DF, 53 and 7F. RGB value is (223,83,127). Sum of RGB (Red+Green+Blue) = 223+83+127=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF537F is #20AC80. Grayscale: #818181. Windows color (decimal): -2141313 or 8344543. OLE color: 8344543.

HSL color Cylindrical-coordinate representation of color #DF537F: hue angle of 341.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF537F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 83 127 -
CMYK 0 0.63 0.43 0.13
HSL 341.14º 0.69% 0.6% -
HSV(B) 341.14º 0.63% 0.87% -
XYZ 37.36 23.41 22.63 -
YUV 129.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 223 83 127 0 0.63 0.43 0.13 341.14 0.69 0.6
Hex DF 53 7F 0 3F 2B D 155 45 3C
Octal 337 123 177 0 77 53 15 525 105 74
Binary 11011111 1010011 1111111 0 111111 101011 1101 101010101 1000101 111100

Color Harmonies of #DF537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF537F

Black with #DF537F

Text Example


Text Example

White with #DF537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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