Html Css Color HEX #D5584C Valencia

📋 copy color: '#D5584C'

red 213 ◦ green 88 ◦ blue 76

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

Shades of Valencia #D5584C

Tints of Valencia #D5584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 56.5%
G = 23.34%
B = 20.16%

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

#D5584C (or 0xD5584C) is known color: Valencia. HEX triplet: D5, 58 and 4C. RGB value is (213,88,76). Sum of RGB (Red+Green+Blue) = 213+88+76=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5584C is #2AA7B3. Grayscale: #7C7C7C. Windows color (decimal): -2795444 or 5003477. OLE color: 5003477.

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

Color convert

RGB 213 88 76 -
CMYK 0 0.59 0.64 0.16
HSL 5.26º 0.62% 0.57% -
HSV(B) 5.26º 0.64% 0.84% -
XYZ 32.23 21.65 9.32 -
YUV 124.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 213 88 76 0 0.59 0.64 0.16 5.26 0.62 0.57
Hex D5 58 4C 0 3B 40 10 5 3E 39
Octal 325 130 114 0 73 100 20 5 76 71
Binary 11010101 1011000 1001100 0 111011 1000000 10000 101 111110 111001

Color Harmonies of #D5584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5584C

Black with #D5584C

Text Example


Text Example

White with #D5584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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