Html Css Color HEX #DA6F90 Pale Violet Red

📋 copy color: '#DA6F90'

red 218 ◦ green 111 ◦ blue 144

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

Shades of Pale Violet Red #DA6F90

Tints of Pale Violet Red #DA6F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.47%

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

R = 46.09%
G = 23.47%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA6F90 (or 0xDA6F90) is known color: Pale Violet Red. HEX triplet: DA, 6F and 90. RGB value is (218,111,144). Sum of RGB (Red+Green+Blue) = 218+111+144=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F90 is #25906F. Grayscale: #929292. Windows color (decimal): -2461808 or 9465818. OLE color: 9465818.

HSL color Cylindrical-coordinate representation of color #DA6F90: hue angle of 341.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6F90 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 144 -
CMYK 0 0.49 0.34 0.15
HSL 341.5º 0.59% 0.65% -
HSV(B) 341.5º 0.49% 0.85% -
XYZ 39.63 28.29 29.76 -
YUV 146.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 218 111 144 0 0.49 0.34 0.15 341.5 0.59 0.65
Hex DA 6F 90 0 31 22 F 155 3B 41
Octal 332 157 220 0 61 42 17 525 73 101
Binary 11011010 1101111 10010000 0 110001 100010 1111 101010101 111011 1000001

Color Harmonies of #DA6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F90

Black with #DA6F90

Text Example


Text Example

White with #DA6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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