Html Css Color HEX #D2584B Valencia

📋 copy color: '#D2584B'

red 210 ◦ green 88 ◦ blue 75

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

Shades of Valencia #D2584B

Tints of Valencia #D2584B

RGB

 RED value IS 210 (82.42% from 255) = 56.3%

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

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

R = 56.3%
G = 23.59%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2584B (or 0xD2584B) is known color: Valencia. HEX triplet: D2, 58 and 4B. RGB value is (210,88,75). Sum of RGB (Red+Green+Blue) = 210+88+75=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2584B is #2DA7B4. Grayscale: #7B7B7B. Windows color (decimal): -2992053 or 4937938. OLE color: 4937938.

HSL color Cylindrical-coordinate representation of color #D2584B: hue angle of 5.78º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2584B is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 88 75 -
CMYK 0 0.58 0.64 0.18
HSL 5.78º 0.6% 0.56% -
HSV(B) 5.78º 0.64% 0.82% -
XYZ 31.34 21.19 9.09 -
YUV 123 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 210 88 75 0 0.58 0.64 0.18 5.78 0.6 0.56
Hex D2 58 4B 0 3A 40 12 6 3C 38
Octal 322 130 113 0 72 100 22 6 74 70
Binary 11010010 1011000 1001011 0 111010 1000000 10010 110 111100 111000

Color Harmonies of #D2584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2584B

Black with #D2584B

Text Example


Text Example

White with #D2584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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