Html Css Color HEX #DE504E Valencia

📋 copy color: '#DE504E'

red 222 ◦ green 80 ◦ blue 78

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

Shades of Valencia #DE504E

Tints of Valencia #DE504E

RGB

 RED value IS 222 (87.11% from 255) = 58.42%

 GREEN value IS 80 (31.64% from 255) = 21.05%

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

R = 58.42%
G = 21.05%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE504E (or 0xDE504E) is known color: Valencia. HEX triplet: DE, 50 and 4E. RGB value is (222,80,78). Sum of RGB (Red+Green+Blue) = 222+80+78=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE504E is #21AFB1. Grayscale: #7A7A7A. Windows color (decimal): -2207666 or 5132510. OLE color: 5132510.

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

Color convert

RGB 222 80 78 -
CMYK 0 0.64 0.65 0.13
HSL 0.83º 0.69% 0.59% -
HSV(B) 0.83º 0.65% 0.87% -
XYZ 34.37 21.82 9.61 -
YUV 122.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 222 80 78 0 0.64 0.65 0.13 0.83 0.69 0.59
Hex DE 50 4E 0 40 41 D 1 45 3B
Octal 336 120 116 0 100 101 15 1 105 73
Binary 11011110 1010000 1001110 0 1000000 1000001 1101 1 1000101 111011

Color Harmonies of #DE504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE504E

Black with #DE504E

Text Example


Text Example

White with #DE504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE504E; }

 p { color: rgb(222,80,78); }

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

background-color css

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

 a { background-color: rgb(222,80,78); }

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

border-color css

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

 span { border-color: rgb(222,80,78); }

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