Html Css Color HEX #DA6D98 Pale Violet Red

📋 copy color: '#DA6D98'

red 218 ◦ green 109 ◦ blue 152

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

Shades of Pale Violet Red #DA6D98

Tints of Pale Violet Red #DA6D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.76%

 BLUE value IS 152 (59.77% from 255) = 31.73%

R = 45.51%
G = 22.76%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6D98 (or 0xDA6D98) is known color: Pale Violet Red. HEX triplet: DA, 6D and 98. RGB value is (218,109,152). Sum of RGB (Red+Green+Blue) = 218+109+152=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6D98 is #259267. Grayscale: #929292. Windows color (decimal): -2462312 or 9989594. OLE color: 9989594.

HSL color Cylindrical-coordinate representation of color #DA6D98: hue angle of 336.33º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6D98 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 109 152 -
CMYK 0 0.5 0.30 0.15
HSL 336.33º 0.6% 0.64% -
HSV(B) 336.33º 0.5% 0.85% -
XYZ 40.05 28.11 33.02 -
YUV 146.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 218 109 152 0 0.5 0.30 0.15 336.33 0.6 0.64
Hex DA 6D 98 0 32 1E F 150 3C 40
Octal 332 155 230 0 62 36 17 520 74 100
Binary 11011010 1101101 10011000 0 110010 11110 1111 101010000 111100 1000000

Color Harmonies of #DA6D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D98

Black with #DA6D98

Text Example


Text Example

White with #DA6D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D98; }

 p { color: rgb(218,109,152); }

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

background-color css

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

 a { background-color: rgb(218,109,152); }

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

border-color css

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

 span { border-color: rgb(218,109,152); }

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