Html Css Color HEX #DF537C Cranberry

📋 copy color: '#DF537C'

red 223 ◦ green 83 ◦ blue 124

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

Shades of Cranberry #DF537C

Tints of Cranberry #DF537C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 51.86%
G = 19.3%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF537C (or 0xDF537C) is known color: Cranberry. HEX triplet: DF, 53 and 7C. RGB value is (223,83,124). Sum of RGB (Red+Green+Blue) = 223+83+124=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF537C is #20AC83. Grayscale: #818181. Windows color (decimal): -2141316 or 8147935. OLE color: 8147935.

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

Color convert

RGB 223 83 124 -
CMYK 0 0.63 0.44 0.13
HSL 342.43º 0.69% 0.6% -
HSV(B) 342.43º 0.63% 0.87% -
XYZ 37.16 23.33 21.61 -
YUV 129.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 223 83 124 0 0.63 0.44 0.13 342.43 0.69 0.6
Hex DF 53 7C 0 3F 2C D 156 45 3C
Octal 337 123 174 0 77 54 15 526 105 74
Binary 11011111 1010011 1111100 0 111111 101100 1101 101010110 1000101 111100

Color Harmonies of #DF537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF537C

Black with #DF537C

Text Example


Text Example

White with #DF537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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