Html Css Color HEX #DF536B Cranberry

📋 copy color: '#DF536B'

red 223 ◦ green 83 ◦ blue 107

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

Shades of Cranberry #DF536B

Tints of Cranberry #DF536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 54%
G = 20.1%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF536B (or 0xDF536B) is known color: Cranberry. HEX triplet: DF, 53 and 6B. RGB value is (223,83,107). Sum of RGB (Red+Green+Blue) = 223+83+107=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF536B is #20AC94. Grayscale: #7F7F7F. Windows color (decimal): -2141333 or 7033823. OLE color: 7033823.

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

Color convert

RGB 223 83 107 -
CMYK 0 0.63 0.52 0.13
HSL 349.71º 0.69% 0.6% -
HSV(B) 349.71º 0.63% 0.87% -
XYZ 36.18 22.94 16.43 -
YUV 127.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 223 83 107 0 0.63 0.52 0.13 349.71 0.69 0.6
Hex DF 53 6B 0 3F 34 D 15E 45 3C
Octal 337 123 153 0 77 64 15 536 105 74
Binary 11011111 1010011 1101011 0 111111 110100 1101 101011110 1000101 111100

Color Harmonies of #DF536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF536B

Black with #DF536B

Text Example


Text Example

White with #DF536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF536B; }

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

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

background-color css

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

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

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

border-color css

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

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

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