Html Css Color HEX #D5584D Valencia

📋 copy color: '#D5584D'

red 213 ◦ green 88 ◦ blue 77

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

Shades of Valencia #D5584D

Tints of Valencia #D5584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 56.35%
G = 23.28%
B = 20.37%

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

#D5584D (or 0xD5584D) is known color: Valencia. HEX triplet: D5, 58 and 4D. RGB value is (213,88,77). Sum of RGB (Red+Green+Blue) = 213+88+77=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5584D is #2AA7B2. Grayscale: #7C7C7C. Windows color (decimal): -2795443 or 5069013. OLE color: 5069013.

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

Color convert

RGB 213 88 77 -
CMYK 0 0.59 0.64 0.16
HSL 4.85º 0.62% 0.57% -
HSV(B) 4.85º 0.64% 0.84% -
XYZ 32.27 21.66 9.5 -
YUV 124.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 213 88 77 0 0.59 0.64 0.16 4.85 0.62 0.57
Hex D5 58 4D 0 3B 40 10 5 3E 39
Octal 325 130 115 0 73 100 20 5 76 71
Binary 11010101 1011000 1001101 0 111011 1000000 10000 101 111110 111001

Color Harmonies of #D5584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5584D

Black with #D5584D

Text Example


Text Example

White with #D5584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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