#D4698B

Color #D4698B Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D4698B

Tints of Pale Violet Red #D4698B

Color information

#D4698B (or 0xD4698B) is unknown color: approx Pale Violet Red. HEX triplet: D4, 69 and 8B. RGB value is (212,105,139). Sum of RGB (Red+Green+Blue) = 212+105+139=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4698B is #2B9674. Grayscale: #8C8C8C. Windows color (decimal): -2856565 or 9136596. OLE color: 9136596.

HSL color Cylindrical-coordinate representation of color #D4698B: hue angle of 340.93º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4698B is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB212105139-
CMYK00.500.340.17
HSL340.93º55.44%62.16%-
HSV(B)340.93º50.47%83.14%-
XYZ36.8625.9627.49-
YUV140.87126.95178.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=46.49%
G=23.03%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210513900.500.340.17340.9355.4462.16
HexD4698B0322211155373e
Octal32415121306242215256776
Binary11010100110100110001011011001010001010001101010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4698B; }

 p { color: rgb(212,105,139); }

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

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

 a { background-color: rgb(212,105,139); }

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

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

 span { border-color: rgb(212,105,139); }

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