Html Css Color HEX #DA978D Petite Orchid

📋 copy color: '#DA978D'

red 218 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #DA978D

Tints of Petite Orchid #DA978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.61%

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

R = 42.75%
G = 29.61%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA978D (or 0xDA978D) is known color: Petite Orchid. HEX triplet: DA, 97 and 8D. RGB value is (218,151,141). Sum of RGB (Red+Green+Blue) = 218+151+141=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA978D is #256872. Grayscale: #A9A9A9. Windows color (decimal): -2451571 or 9279450. OLE color: 9279450.

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

Color convert

RGB 218 151 141 -
CMYK 0 0.31 0.35 0.15
HSL 7.79º 0.51% 0.7% -
HSV(B) 7.79º 0.35% 0.85% -
XYZ 44.79 38.96 30.36 -
YUV 169.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 218 151 141 0 0.31 0.35 0.15 7.79 0.51 0.7
Hex DA 97 8D 0 1F 23 F 8 33 46
Octal 332 227 215 0 37 43 17 10 63 106
Binary 11011010 10010111 10001101 0 11111 100011 1111 1000 110011 1000110

Color Harmonies of #DA978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA978D

Black with #DA978D

Text Example


Text Example

White with #DA978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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