Html Css Color HEX #D6584E Valencia

📋 copy color: '#D6584E'

red 214 ◦ green 88 ◦ blue 78

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

Shades of Valencia #D6584E

Tints of Valencia #D6584E

RGB

 RED value IS 214 (83.98% from 255) = 56.32%

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

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

R = 56.32%
G = 23.16%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6584E (or 0xD6584E) is known color: Valencia. HEX triplet: D6, 58 and 4E. RGB value is (214,88,78). Sum of RGB (Red+Green+Blue) = 214+88+78=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6584E is #29A7B1. Grayscale: #7C7C7C. Windows color (decimal): -2729906 or 5134550. OLE color: 5134550.

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

Color convert

RGB 214 88 78 -
CMYK 0 0.59 0.64 0.16
HSL 4.41º 0.62% 0.57% -
HSV(B) 4.41º 0.64% 0.84% -
XYZ 32.6 21.83 9.7 -
YUV 124.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 214 88 78 0 0.59 0.64 0.16 4.41 0.62 0.57
Hex D6 58 4E 0 3B 40 10 4 3E 39
Octal 326 130 116 0 73 100 20 4 76 71
Binary 11010110 1011000 1001110 0 111011 1000000 10000 100 111110 111001

Color Harmonies of #D6584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6584E

Black with #D6584E

Text Example


Text Example

White with #D6584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6584E; }

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

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

background-color css

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

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

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

border-color css

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

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

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