Html Css Color HEX #DF526F Cranberry

📋 copy color: '#DF526F'

red 223 ◦ green 82 ◦ blue 111

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

Shades of Cranberry #DF526F

Tints of Cranberry #DF526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

 BLUE value IS 111 (43.75% from 255) = 26.68%

R = 53.61%
G = 19.71%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF526F (or 0xDF526F) is known color: Cranberry. HEX triplet: DF, 52 and 6F. RGB value is (223,82,111). Sum of RGB (Red+Green+Blue) = 223+82+111=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF526F is #20AD90. Grayscale: #7F7F7F. Windows color (decimal): -2141585 or 7295711. OLE color: 7295711.

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

Color convert

RGB 223 82 111 -
CMYK 0 0.63 0.50 0.13
HSL 347.66º 0.69% 0.6% -
HSV(B) 347.66º 0.63% 0.87% -
XYZ 36.32 22.87 17.54 -
YUV 127.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 223 82 111 0 0.63 0.50 0.13 347.66 0.69 0.6
Hex DF 52 6F 0 3F 32 D 15C 45 3C
Octal 337 122 157 0 77 62 15 534 105 74
Binary 11011111 1010010 1101111 0 111111 110010 1101 101011100 1000101 111100

Color Harmonies of #DF526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF526F

Black with #DF526F

Text Example


Text Example

White with #DF526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF526F; }

 p { color: rgb(223,82,111); }

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

background-color css

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

 a { background-color: rgb(223,82,111); }

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

border-color css

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

 span { border-color: rgb(223,82,111); }

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