Html Css Color HEX #DF5852 Valencia

📋 copy color: '#DF5852'

red 223 ◦ green 88 ◦ blue 82

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

Shades of Valencia #DF5852

Tints of Valencia #DF5852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

 BLUE value IS 82 (32.42% from 255) = 20.87%

R = 56.74%
G = 22.39%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF5852 (or 0xDF5852) is known color: Valencia. HEX triplet: DF, 58 and 52. RGB value is (223,88,82). Sum of RGB (Red+Green+Blue) = 223+88+82=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5852 is #20A7AD. Grayscale: #7F7F7F. Windows color (decimal): -2140078 or 5396703. OLE color: 5396703.

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

Color convert

RGB 223 88 82 -
CMYK 0 0.61 0.63 0.13
HSL 2.55º 0.69% 0.6% -
HSV(B) 2.55º 0.63% 0.87% -
XYZ 35.44 23.28 10.61 -
YUV 127.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 223 88 82 0 0.61 0.63 0.13 2.55 0.69 0.6
Hex DF 58 52 0 3D 3F D 3 45 3C
Octal 337 130 122 0 75 77 15 3 105 74
Binary 11011111 1011000 1010010 0 111101 111111 1101 11 1000101 111100

Color Harmonies of #DF5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5852

Black with #DF5852

Text Example


Text Example

White with #DF5852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5852; }

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

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

background-color css

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

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

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

border-color css

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

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

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