#DA608B

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

Shades of Pale Violet Red #DA608B

Tints of Pale Violet Red #DA608B

Color information

#DA608B (or 0xDA608B) is unknown color: approx Pale Violet Red. HEX triplet: DA, 60 and 8B. RGB value is (218,96,139). Sum of RGB (Red+Green+Blue) = 218+96+139=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA608B is #259F74. Grayscale: #898989. Windows color (decimal): -2465653 or 9134298. OLE color: 9134298.

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

Color convert

RGB21896139-
CMYK00.560.360.15
HSL338.85º62.24%61.57%-
HSV(B)338.85º55.96%85.49%-
XYZ37.7625.1427.29-
YUV137.38128.92185.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=48.12%
G=21.19%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189613900.560.360.15338.8562.2461.57
HexDA608B03824F1533e3e
Octal33214021307044175237676
Binary1101101011000001000101101110001001001111101010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA608B; }

 p { color: rgb(218,96,139); }

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

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

 a { background-color: rgb(218,96,139); }

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

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

 span { border-color: rgb(218,96,139); }

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