Html Css Color HEX #DE514E Valencia

📋 copy color: '#DE514E'

red 222 ◦ green 81 ◦ blue 78

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

Shades of Valencia #DE514E

Tints of Valencia #DE514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

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

R = 58.27%
G = 21.26%
B = 20.47%

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

#DE514E (or 0xDE514E) is known color: Valencia. HEX triplet: DE, 51 and 4E. RGB value is (222,81,78). Sum of RGB (Red+Green+Blue) = 222+81+78=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE514E is #21AEB1. Grayscale: #7A7A7A. Windows color (decimal): -2207410 or 5132766. OLE color: 5132766.

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

Color convert

RGB 222 81 78 -
CMYK 0 0.64 0.65 0.13
HSL 1.25º 0.69% 0.59% -
HSV(B) 1.25º 0.65% 0.87% -
XYZ 34.44 21.96 9.63 -
YUV 122.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 222 81 78 0 0.64 0.65 0.13 1.25 0.69 0.59
Hex DE 51 4E 0 40 41 D 1 45 3B
Octal 336 121 116 0 100 101 15 1 105 73
Binary 11011110 1010001 1001110 0 1000000 1000001 1101 1 1000101 111011

Color Harmonies of #DE514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE514E

Black with #DE514E

Text Example


Text Example

White with #DE514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE514E; }

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

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

background-color css

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

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

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

border-color css

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

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

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