#D54F4E

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

Shades of Valencia #D54F4E

Tints of Valencia #D54F4E

Color information

#D54F4E (or 0xD54F4E) is unknown color: approx Valencia. HEX triplet: D5, 4F and 4E. RGB value is (213,79,78). Sum of RGB (Red+Green+Blue) = 213+79+78=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F4E is #2AB0B1. Grayscale: #777777. Windows color (decimal): -2797746 or 5132245. OLE color: 5132245.

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

Color convert

RGB2137978-
CMYK00.630.630.16
HSL0.44º61.64%57.06%-
HSV(B)0.44º63.38%83.53%-
XYZ31.6120.299.46-
YUV118.95104.89195.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.57%
GREEN value IS 79 (31.25% from 255) = 21.35%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=57.57%
G=21.35%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213797800.630.630.160.4461.6457.06
HexD54F4E03F3F1003e39
Octal325117116077772007671
Binary11010101100111110011100111111111111100000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54F4E; }

 p { color: rgb(213,79,78); }

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

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

 a { background-color: rgb(213,79,78); }

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

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

 span { border-color: rgb(213,79,78); }

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