#DA628D

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

Shades of Pale Violet Red #DA628D

Tints of Pale Violet Red #DA628D

Color information

#DA628D (or 0xDA628D) is unknown color: approx Pale Violet Red. HEX triplet: DA, 62 and 8D. RGB value is (218,98,141). Sum of RGB (Red+Green+Blue) = 218+98+141=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA628D is #259D72. Grayscale: #8A8A8A. Windows color (decimal): -2465139 or 9265882. OLE color: 9265882.

HSL color Cylindrical-coordinate representation of color #DA628D: hue angle of 338.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA628D is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21898141-
CMYK00.550.350.15
HSL338.5º61.86%61.96%-
HSV(B)338.5º55.05%85.49%-
XYZ38.0925.5628.13-
YUV138.78129.26184.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=47.70%
G=21.44%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189814100.550.350.15338.561.8661.96
HexDA628D03723F1523e3e
Octal33214221506743175227676
Binary1101101011000101000110101101111000111111101010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA628D; }

 p { color: rgb(218,98,141); }

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

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

 a { background-color: rgb(218,98,141); }

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

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

 span { border-color: rgb(218,98,141); }

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