Html Css Color HEX #DA6293 Pale Violet Red

📋 copy color: '#DA6293'

red 218 ◦ green 98 ◦ blue 147

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

Shades of Pale Violet Red #DA6293

Tints of Pale Violet Red #DA6293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.17%

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

R = 47.08%
G = 21.17%
B = 31.75%

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

#DA6293 (or 0xDA6293) is known color: Pale Violet Red. HEX triplet: DA, 62 and 93. RGB value is (218,98,147). Sum of RGB (Red+Green+Blue) = 218+98+147=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6293 is #259D6C. Grayscale: #8B8B8B. Windows color (decimal): -2465133 or 9659098. OLE color: 9659098.

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

Color convert

RGB 218 98 147 -
CMYK 0 0.55 0.33 0.15
HSL 335.5º 0.62% 0.62% -
HSV(B) 335.5º 0.55% 0.85% -
XYZ 38.55 25.75 30.54 -
YUV 139.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 218 98 147 0 0.55 0.33 0.15 335.5 0.62 0.62
Hex DA 62 93 0 37 21 F 150 3E 3E
Octal 332 142 223 0 67 41 17 520 76 76
Binary 11011010 1100010 10010011 0 110111 100001 1111 101010000 111110 111110

Color Harmonies of #DA6293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6293

Black with #DA6293

Text Example


Text Example

White with #DA6293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6293; }

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

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

background-color css

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

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

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

border-color css

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

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

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