Html Css Color HEX #DA6A8C Pale Violet Red

📋 copy color: '#DA6A8C'

red 218 ◦ green 106 ◦ blue 140

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

Shades of Pale Violet Red #DA6A8C

Tints of Pale Violet Red #DA6A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 46.98%
G = 22.84%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA6A8C (or 0xDA6A8C) is known color: Pale Violet Red. HEX triplet: DA, 6A and 8C. RGB value is (218,106,140). Sum of RGB (Red+Green+Blue) = 218+106+140=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6A8C is #259573. Grayscale: #8F8F8F. Windows color (decimal): -2463092 or 9202394. OLE color: 9202394.

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

Color convert

RGB 218 106 140 -
CMYK 0 0.51 0.36 0.15
HSL 341.79º 0.6% 0.64% -
HSV(B) 341.79º 0.51% 0.85% -
XYZ 38.8 27.11 28 -
YUV 143.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 218 106 140 0 0.51 0.36 0.15 341.79 0.6 0.64
Hex DA 6A 8C 0 33 24 F 156 3C 40
Octal 332 152 214 0 63 44 17 526 74 100
Binary 11011010 1101010 10001100 0 110011 100100 1111 101010110 111100 1000000

Color Harmonies of #DA6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A8C

Black with #DA6A8C

Text Example


Text Example

White with #DA6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A8C; }

 p { color: rgb(218,106,140); }

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

background-color css

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

 a { background-color: rgb(218,106,140); }

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

border-color css

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

 span { border-color: rgb(218,106,140); }

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