Html Css Color HEX #D54E4C Valencia

📋 copy color: '#D54E4C'

red 213 ◦ green 78 ◦ blue 76

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

Shades of Valencia #D54E4C

Tints of Valencia #D54E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 58.04%
G = 21.25%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D54E4C (or 0xD54E4C) is known color: Valencia. HEX triplet: D5, 4E and 4C. RGB value is (213,78,76). Sum of RGB (Red+Green+Blue) = 213+78+76=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E4C is #2AB1B3. Grayscale: #767676. Windows color (decimal): -2798004 or 5000917. OLE color: 5000917.

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

Color convert

RGB 213 78 76 -
CMYK 0 0.63 0.64 0.16
HSL 0.88º 0.62% 0.57% -
HSV(B) 0.88º 0.64% 0.84% -
XYZ 31.47 20.12 9.06 -
YUV 118.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 213 78 76 0 0.63 0.64 0.16 0.88 0.62 0.57
Hex D5 4E 4C 0 3F 40 10 1 3E 39
Octal 325 116 114 0 77 100 20 1 76 71
Binary 11010101 1001110 1001100 0 111111 1000000 10000 1 111110 111001

Color Harmonies of #D54E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E4C

Black with #D54E4C

Text Example


Text Example

White with #D54E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E4C; }

 p { color: rgb(213,78,76); }

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

background-color css

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

 a { background-color: rgb(213,78,76); }

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

border-color css

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

 span { border-color: rgb(213,78,76); }

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