Html Css Color HEX #D6554E Valencia

📋 copy color: '#D6554E'

red 214 ◦ green 85 ◦ blue 78

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

Shades of Valencia #D6554E

Tints of Valencia #D6554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

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

R = 56.76%
G = 22.55%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6554E (or 0xD6554E) is known color: Valencia. HEX triplet: D6, 55 and 4E. RGB value is (214,85,78). Sum of RGB (Red+Green+Blue) = 214+85+78=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6554E is #29AAB1. Grayscale: #7A7A7A. Windows color (decimal): -2730674 or 5133782. OLE color: 5133782.

HSL color Cylindrical-coordinate representation of color #D6554E: hue angle of 3.09º 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 #D6554E is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 78 -
CMYK 0 0.60 0.64 0.16
HSL 3.09º 0.62% 0.57% -
HSV(B) 3.09º 0.64% 0.84% -
XYZ 32.36 21.34 9.62 -
YUV 122.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 214 85 78 0 0.60 0.64 0.16 3.09 0.62 0.57
Hex D6 55 4E 0 3C 40 10 3 3E 39
Octal 326 125 116 0 74 100 20 3 76 71
Binary 11010110 1010101 1001110 0 111100 1000000 10000 11 111110 111001

Color Harmonies of #D6554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6554E

Black with #D6554E

Text Example


Text Example

White with #D6554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6554E; }

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

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

background-color css

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

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

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

border-color css

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

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

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