Html Css Color HEX #DA6393 Pale Violet Red

📋 copy color: '#DA6393'

red 218 ◦ green 99 ◦ blue 147

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

Shades of Pale Violet Red #DA6393

Tints of Pale Violet Red #DA6393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

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

R = 46.98%
G = 21.34%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA6393 (or 0xDA6393) is known color: Pale Violet Red. HEX triplet: DA, 63 and 93. RGB value is (218,99,147). Sum of RGB (Red+Green+Blue) = 218+99+147=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6393 is #259C6C. Grayscale: #8B8B8B. Windows color (decimal): -2464877 or 9659354. OLE color: 9659354.

HSL color Cylindrical-coordinate representation of color #DA6393: hue angle of 335.8º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6393 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 99 147 -
CMYK 0 0.55 0.33 0.15
HSL 335.8º 0.62% 0.62% -
HSV(B) 335.8º 0.55% 0.85% -
XYZ 38.64 25.94 30.57 -
YUV 140.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 218 99 147 0 0.55 0.33 0.15 335.8 0.62 0.62
Hex DA 63 93 0 37 21 F 150 3E 3E
Octal 332 143 223 0 67 41 17 520 76 76
Binary 11011010 1100011 10010011 0 110111 100001 1111 101010000 111110 111110

Color Harmonies of #DA6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6393

Black with #DA6393

Text Example


Text Example

White with #DA6393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6393; }

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

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

background-color css

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

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

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

border-color css

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

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

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