Html Css Color HEX #DA6D8B Pale Violet Red

📋 copy color: '#DA6D8B'

red 218 ◦ green 109 ◦ blue 139

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

Shades of Pale Violet Red #DA6D8B

Tints of Pale Violet Red #DA6D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.39%

 BLUE value IS 139 (54.69% from 255) = 29.83%

R = 46.78%
G = 23.39%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA6D8B (or 0xDA6D8B) is known color: Pale Violet Red. HEX triplet: DA, 6D and 8B. RGB value is (218,109,139). Sum of RGB (Red+Green+Blue) = 218+109+139=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6D8B is #259274. Grayscale: #909090. Windows color (decimal): -2462325 or 9137626. OLE color: 9137626.

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

Color convert

RGB 218 109 139 -
CMYK 0 0.5 0.36 0.15
HSL 343.49º 0.6% 0.64% -
HSV(B) 343.49º 0.5% 0.85% -
XYZ 39.04 27.71 27.72 -
YUV 145.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 218 109 139 0 0.5 0.36 0.15 343.49 0.6 0.64
Hex DA 6D 8B 0 32 24 F 157 3C 40
Octal 332 155 213 0 62 44 17 527 74 100
Binary 11011010 1101101 10001011 0 110010 100100 1111 101010111 111100 1000000

Color Harmonies of #DA6D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D8B

Black with #DA6D8B

Text Example


Text Example

White with #DA6D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D8B; }

 p { color: rgb(218,109,139); }

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

background-color css

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

 a { background-color: rgb(218,109,139); }

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

border-color css

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

 span { border-color: rgb(218,109,139); }

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