#D84D4B

Color #D84D4B Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #D84D4B

Tints of Valencia #D84D4B

Color information

#D84D4B (or 0xD84D4B) is unknown color: approx Valencia. HEX triplet: D8, 4D and 4B. RGB value is (216,77,75). Sum of RGB (Red+Green+Blue) = 216+77+75=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D4B is #27B2B4. Grayscale: #767676. Windows color (decimal): -2601653 or 4935128. OLE color: 4935128.

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

Color convert

RGB2167775-
CMYK00.640.650.15
HSL0.85º64.38%57.06%-
HSV(B)0.85º65.28%84.71%-
XYZ32.2420.418.9-
YUV118.33103.55197.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.70%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=58.70%
G=20.92%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216777500.640.650.150.8564.3857.06
HexD84D4B04041F14039
Octal330115113010010117110071
Binary1101100010011011001011010000001000001111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84D4B; }

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

 H1.HeaderClassName
 {
   color: #D84D4B;
 }
 .AnyTagClassName
 {
   color: #D84D4B;
 }
</style>
background-color css

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

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

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

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

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

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