Html Css Color HEX #D8584B Valencia

📋 copy color: '#D8584B'

red 216 ◦ green 88 ◦ blue 75

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

Shades of Valencia #D8584B

Tints of Valencia #D8584B

RGB

 RED value IS 216 (84.77% from 255) = 56.99%

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

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 56.99%
G = 23.22%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8584B (or 0xD8584B) is known color: Valencia. HEX triplet: D8, 58 and 4B. RGB value is (216,88,75). Sum of RGB (Red+Green+Blue) = 216+88+75=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8584B is #27A7B4. Grayscale: #7C7C7C. Windows color (decimal): -2598837 or 4937944. OLE color: 4937944.

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

Color convert

RGB 216 88 75 -
CMYK 0 0.59 0.65 0.15
HSL 5.53º 0.64% 0.57% -
HSV(B) 5.53º 0.65% 0.85% -
XYZ 33.08 22.09 9.18 -
YUV 124.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 216 88 75 0 0.59 0.65 0.15 5.53 0.64 0.57
Hex D8 58 4B 0 3B 41 F 6 40 39
Octal 330 130 113 0 73 101 17 6 100 71
Binary 11011000 1011000 1001011 0 111011 1000001 1111 110 1000000 111001

Color Harmonies of #D8584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8584B

Black with #D8584B

Text Example


Text Example

White with #D8584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8584B; }

 p { color: rgb(216,88,75); }

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

background-color css

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

 a { background-color: rgb(216,88,75); }

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

border-color css

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

 span { border-color: rgb(216,88,75); }

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