Html Css Color HEX #DA608F Pale Violet Red

📋 copy color: '#DA608F'

red 218 ◦ green 96 ◦ blue 143

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

Shades of Pale Violet Red #DA608F

Tints of Pale Violet Red #DA608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.29%

R = 47.7%
G = 21.01%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA608F (or 0xDA608F) is known color: Pale Violet Red. HEX triplet: DA, 60 and 8F. RGB value is (218,96,143). Sum of RGB (Red+Green+Blue) = 218+96+143=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA608F is #259F70. Grayscale: #898989. Windows color (decimal): -2465649 or 9396442. OLE color: 9396442.

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

Color convert

RGB 218 96 143 -
CMYK 0 0.56 0.34 0.15
HSL 336.89º 0.62% 0.62% -
HSV(B) 336.89º 0.56% 0.85% -
XYZ 38.05 25.25 28.86 -
YUV 137.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 218 96 143 0 0.56 0.34 0.15 336.89 0.62 0.62
Hex DA 60 8F 0 38 22 F 151 3E 3E
Octal 332 140 217 0 70 42 17 521 76 76
Binary 11011010 1100000 10001111 0 111000 100010 1111 101010001 111110 111110

Color Harmonies of #DA608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA608F

Black with #DA608F

Text Example


Text Example

White with #DA608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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