#D6584B

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

Shades of Valencia #D6584B

Tints of Valencia #D6584B

Color information

#D6584B (or 0xD6584B) is unknown color: approx Valencia. HEX triplet: D6, 58 and 4B. RGB value is (214,88,75). Sum of RGB (Red+Green+Blue) = 214+88+75=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6584B is #29A7B4. Grayscale: #7C7C7C. Windows color (decimal): -2729909 or 4937942. OLE color: 4937942.

HSL color Cylindrical-coordinate representation of color #D6584B: hue angle of 5.61º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6584B is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB2148875-
CMYK00.590.650.16
HSL5.61º62.9%56.67%-
HSV(B)5.61º64.95%83.92%-
XYZ32.4921.789.15-
YUV124.19100.24192.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=56.76%
G=23.34%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214887500.590.650.165.6162.956.67
HexD6584B03B411063f39
Octal3261301130731012067771
Binary11010110101100010010110111011100000110000110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6584B; }

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

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

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

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

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

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

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

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