#D2584B

Color #D2584B Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #D2584B

Tints of Valencia #D2584B

Color information

#D2584B (or 0xD2584B) is unknown color: approx Valencia. HEX triplet: D2, 58 and 4B. RGB value is (210,88,75). Sum of RGB (Red+Green+Blue) = 210+88+75=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2584B is #2DA7B4. Grayscale: #7B7B7B. Windows color (decimal): -2992053 or 4937938. OLE color: 4937938.

HSL color Cylindrical-coordinate representation of color #D2584B: hue angle of 5.78º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2584B is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2108875-
CMYK00.580.640.18
HSL5.78º60%55.88%-
HSV(B)5.78º64.29%82.35%-
XYZ31.3421.199.09-
YUV123100.92190.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.30%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=56.30%
G=23.59%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210887500.580.640.185.786055.88
HexD2584B03A401263c38
Octal3221301130721002267470
Binary11010010101100010010110111010100000010010110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2584B; }

 p { color: rgb(210,88,75); }

 H1.HeaderClassName
 {
   color: #D2584B;
 }
 .AnyTagClassName
 {
   color: #D2584B;
 }
</style>
background-color css

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

 a { background-color: rgb(210,88,75); }

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

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

 span { border-color: rgb(210,88,75); }

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