Html Css Color HEX #DF537D Cranberry

📋 copy color: '#DF537D'

red 223 ◦ green 83 ◦ blue 125

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

Shades of Cranberry #DF537D

Tints of Cranberry #DF537D

RGB

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

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

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

R = 51.74%
G = 19.26%
B = 29%

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

#DF537D (or 0xDF537D) is known color: Cranberry. HEX triplet: DF, 53 and 7D. RGB value is (223,83,125). Sum of RGB (Red+Green+Blue) = 223+83+125=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF537D is #20AC82. Grayscale: #818181. Windows color (decimal): -2141315 or 8213471. OLE color: 8213471.

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

Color convert

RGB 223 83 125 -
CMYK 0 0.63 0.44 0.13
HSL 342º 0.69% 0.6% -
HSV(B) 342º 0.63% 0.87% -
XYZ 37.23 23.36 21.95 -
YUV 129.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 223 83 125 0 0.63 0.44 0.13 342 0.69 0.6
Hex DF 53 7D 0 3F 2C D 156 45 3C
Octal 337 123 175 0 77 54 15 526 105 74
Binary 11011111 1010011 1111101 0 111111 101100 1101 101010110 1000101 111100

Color Harmonies of #DF537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF537D

Black with #DF537D

Text Example


Text Example

White with #DF537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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