Html Css Color HEX #DA978E Petite Orchid

📋 copy color: '#DA978E'

red 218 ◦ green 151 ◦ blue 142

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

Shades of Petite Orchid #DA978E

Tints of Petite Orchid #DA978E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.79%

R = 42.66%
G = 29.55%
B = 27.79%

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

#DA978E (or 0xDA978E) is known color: Petite Orchid. HEX triplet: DA, 97 and 8E. RGB value is (218,151,142). Sum of RGB (Red+Green+Blue) = 218+151+142=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA978E is #256871. Grayscale: #AAAAAA. Windows color (decimal): -2451570 or 9344986. OLE color: 9344986.

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

Color convert

RGB 218 151 142 -
CMYK 0 0.31 0.35 0.15
HSL 7.11º 0.51% 0.71% -
HSV(B) 7.11º 0.35% 0.85% -
XYZ 44.86 38.99 30.75 -
YUV 170.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 218 151 142 0 0.31 0.35 0.15 7.11 0.51 0.71
Hex DA 97 8E 0 1F 23 F 7 33 47
Octal 332 227 216 0 37 43 17 7 63 107
Binary 11011010 10010111 10001110 0 11111 100011 1111 111 110011 1000111

Color Harmonies of #DA978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA978E

Black with #DA978E

Text Example


Text Example

White with #DA978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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