Html Css Color HEX #DA608A Pale Violet Red

📋 copy color: '#DA608A'

red 218 ◦ green 96 ◦ blue 138

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

Shades of Pale Violet Red #DA608A

Tints of Pale Violet Red #DA608A

RGB

 RED value IS 218 (85.55% from 255) = 48.23%

 GREEN value IS 96 (37.89% from 255) = 21.24%

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 48.23%
G = 21.24%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA608A (or 0xDA608A) is known color: Pale Violet Red. HEX triplet: DA, 60 and 8A. RGB value is (218,96,138). Sum of RGB (Red+Green+Blue) = 218+96+138=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA608A is #259F75. Grayscale: #898989. Windows color (decimal): -2465654 or 9068762. OLE color: 9068762.

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

Color convert

RGB 218 96 138 -
CMYK 0 0.56 0.37 0.15
HSL 339.34º 0.62% 0.62% -
HSV(B) 339.34º 0.56% 0.85% -
XYZ 37.68 25.11 26.9 -
YUV 137.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 218 96 138 0 0.56 0.37 0.15 339.34 0.62 0.62
Hex DA 60 8A 0 38 25 F 153 3E 3E
Octal 332 140 212 0 70 45 17 523 76 76
Binary 11011010 1100000 10001010 0 111000 100101 1111 101010011 111110 111110

Color Harmonies of #DA608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA608A

Black with #DA608A

Text Example


Text Example

White with #DA608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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