Html Css Color HEX #D5584E Valencia

📋 copy color: '#D5584E'

red 213 ◦ green 88 ◦ blue 78

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

Shades of Valencia #D5584E

Tints of Valencia #D5584E

RGB

 RED value IS 213 (83.59% from 255) = 56.2%

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

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 56.2%
G = 23.22%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5584E (or 0xD5584E) is known color: Valencia. HEX triplet: D5, 58 and 4E. RGB value is (213,88,78). Sum of RGB (Red+Green+Blue) = 213+88+78=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5584E is #2AA7B1. Grayscale: #7C7C7C. Windows color (decimal): -2795442 or 5134549. OLE color: 5134549.

HSL color Cylindrical-coordinate representation of color #D5584E: hue angle of 4.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 #D5584E is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 78 -
CMYK 0 0.59 0.63 0.16
HSL 4.44º 0.62% 0.57% -
HSV(B) 4.44º 0.63% 0.84% -
XYZ 32.31 21.68 9.69 -
YUV 124.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 213 88 78 0 0.59 0.63 0.16 4.44 0.62 0.57
Hex D5 58 4E 0 3B 3F 10 4 3E 39
Octal 325 130 116 0 73 77 20 4 76 71
Binary 11010101 1011000 1001110 0 111011 111111 10000 100 111110 111001

Color Harmonies of #D5584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5584E

Black with #D5584E

Text Example


Text Example

White with #D5584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5584E; }

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

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

background-color css

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

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

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

border-color css

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

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

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