Html Css Color HEX #DA6F98 Pale Violet Red

📋 copy color: '#DA6F98'

red 218 ◦ green 111 ◦ blue 152

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

Shades of Pale Violet Red #DA6F98

Tints of Pale Violet Red #DA6F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.08%

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

R = 45.32%
G = 23.08%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6F98 (or 0xDA6F98) is known color: Pale Violet Red. HEX triplet: DA, 6F and 98. RGB value is (218,111,152). Sum of RGB (Red+Green+Blue) = 218+111+152=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F98 is #259067. Grayscale: #939393. Windows color (decimal): -2461800 or 9990106. OLE color: 9990106.

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

Color convert

RGB 218 111 152 -
CMYK 0 0.49 0.30 0.15
HSL 337.01º 0.59% 0.65% -
HSV(B) 337.01º 0.49% 0.85% -
XYZ 40.27 28.54 33.09 -
YUV 147.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 218 111 152 0 0.49 0.30 0.15 337.01 0.59 0.65
Hex DA 6F 98 0 31 1E F 151 3B 41
Octal 332 157 230 0 61 36 17 521 73 101
Binary 11011010 1101111 10011000 0 110001 11110 1111 101010001 111011 1000001

Color Harmonies of #DA6F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F98

Black with #DA6F98

Text Example


Text Example

White with #DA6F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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