Html Css Color HEX #DF536D Cranberry

📋 copy color: '#DF536D'

red 223 ◦ green 83 ◦ blue 109

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

Shades of Cranberry #DF536D

Tints of Cranberry #DF536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.27%

R = 53.73%
G = 20%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF536D (or 0xDF536D) is known color: Cranberry. HEX triplet: DF, 53 and 6D. RGB value is (223,83,109). Sum of RGB (Red+Green+Blue) = 223+83+109=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF536D is #20AC92. Grayscale: #7F7F7F. Windows color (decimal): -2141331 or 7164895. OLE color: 7164895.

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

Color convert

RGB 223 83 109 -
CMYK 0 0.63 0.51 0.13
HSL 348.86º 0.69% 0.6% -
HSV(B) 348.86º 0.63% 0.87% -
XYZ 36.29 22.98 16.99 -
YUV 127.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 223 83 109 0 0.63 0.51 0.13 348.86 0.69 0.6
Hex DF 53 6D 0 3F 33 D 15D 45 3C
Octal 337 123 155 0 77 63 15 535 105 74
Binary 11011111 1010011 1101101 0 111111 110011 1101 101011101 1000101 111100

Color Harmonies of #DF536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF536D

Black with #DF536D

Text Example


Text Example

White with #DF536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF536D; }

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

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

background-color css

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

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

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

border-color css

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

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

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