Html Css Color HEX #DA6F93 Pale Violet Red

📋 copy color: '#DA6F93'

red 218 ◦ green 111 ◦ blue 147

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

Shades of Pale Violet Red #DA6F93

Tints of Pale Violet Red #DA6F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 45.8%
G = 23.32%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA6F93 (or 0xDA6F93) is known color: Pale Violet Red. HEX triplet: DA, 6F and 93. RGB value is (218,111,147). Sum of RGB (Red+Green+Blue) = 218+111+147=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F93 is #25906C. Grayscale: #939393. Windows color (decimal): -2461805 or 9662426. OLE color: 9662426.

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

Color convert

RGB 218 111 147 -
CMYK 0 0.49 0.33 0.15
HSL 339.81º 0.59% 0.65% -
HSV(B) 339.81º 0.49% 0.85% -
XYZ 39.86 28.38 30.98 -
YUV 147.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 218 111 147 0 0.49 0.33 0.15 339.81 0.59 0.65
Hex DA 6F 93 0 31 21 F 154 3B 41
Octal 332 157 223 0 61 41 17 524 73 101
Binary 11011010 1101111 10010011 0 110001 100001 1111 101010100 111011 1000001

Color Harmonies of #DA6F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F93

Black with #DA6F93

Text Example


Text Example

White with #DA6F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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