#D65554

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

Shades of Valencia #D65554

Tints of Valencia #D65554

Color information

#D65554 (or 0xD65554) is unknown color: approx Valencia. HEX triplet: D6, 55 and 54. RGB value is (214,85,84). Sum of RGB (Red+Green+Blue) = 214+85+84=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D65554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65554 is #29AAAB. Grayscale: #7B7B7B. Windows color (decimal): -2730668 or 5526998. OLE color: 5526998.

HSL color Cylindrical-coordinate representation of color #D65554: hue angle of 0.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65554 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2148584-
CMYK00.600.610.16
HSL0.46º61.32%58.43%-
HSV(B)0.46º60.75%83.92%-
XYZ32.5821.4310.81-
YUV123.46105.74192.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.87%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=55.87%
G=22.19%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214858400.600.610.160.4661.3258.43
HexD6555403C3D1003d3a
Octal326125124074752007572
Binary11010110101010110101000111100111101100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65554; }

 p { color: rgb(214,85,84); }

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

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

 a { background-color: rgb(214,85,84); }

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

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

 span { border-color: rgb(214,85,84); }

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