Html Css Color HEX #DA6D90 Pale Violet Red

📋 copy color: '#DA6D90'

red 218 ◦ green 109 ◦ blue 144

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

Shades of Pale Violet Red #DA6D90

Tints of Pale Violet Red #DA6D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 46.28%
G = 23.14%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA6D90 (or 0xDA6D90) is known color: Pale Violet Red. HEX triplet: DA, 6D and 90. RGB value is (218,109,144). Sum of RGB (Red+Green+Blue) = 218+109+144=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6D90 is #25926F. Grayscale: #919191. Windows color (decimal): -2462320 or 9465306. OLE color: 9465306.

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

Color convert

RGB 218 109 144 -
CMYK 0 0.5 0.34 0.15
HSL 340.73º 0.6% 0.64% -
HSV(B) 340.73º 0.5% 0.85% -
XYZ 39.42 27.86 29.68 -
YUV 145.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 218 109 144 0 0.5 0.34 0.15 340.73 0.6 0.64
Hex DA 6D 90 0 32 22 F 155 3C 40
Octal 332 155 220 0 62 42 17 525 74 100
Binary 11011010 1101101 10010000 0 110010 100010 1111 101010101 111100 1000000

Color Harmonies of #DA6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D90

Black with #DA6D90

Text Example


Text Example

White with #DA6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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