Html Css Color HEX #DA678D Pale Violet Red

📋 copy color: '#DA678D'

red 218 ◦ green 103 ◦ blue 141

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

Shades of Pale Violet Red #DA678D

Tints of Pale Violet Red #DA678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.29%

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 47.19%
G = 22.29%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA678D (or 0xDA678D) is known color: Pale Violet Red. HEX triplet: DA, 67 and 8D. RGB value is (218,103,141). Sum of RGB (Red+Green+Blue) = 218+103+141=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA678D is #259872. Grayscale: #8D8D8D. Windows color (decimal): -2463859 or 9267162. OLE color: 9267162.

HSL color Cylindrical-coordinate representation of color #DA678D: hue angle of 340.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA678D is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 141 -
CMYK 0 0.53 0.35 0.15
HSL 340.17º 0.61% 0.63% -
HSV(B) 340.17º 0.53% 0.85% -
XYZ 38.57 26.53 28.29 -
YUV 141.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 218 103 141 0 0.53 0.35 0.15 340.17 0.61 0.63
Hex DA 67 8D 0 35 23 F 154 3D 3F
Octal 332 147 215 0 65 43 17 524 75 77
Binary 11011010 1100111 10001101 0 110101 100011 1111 101010100 111101 111111

Color Harmonies of #DA678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA678D

Black with #DA678D

Text Example


Text Example

White with #DA678D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA678D; }

 p { color: rgb(218,103,141); }

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

background-color css

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

 a { background-color: rgb(218,103,141); }

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

border-color css

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

 span { border-color: rgb(218,103,141); }

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