Html Css Color HEX #DA8F8C Petite Orchid

📋 copy color: '#DA8F8C'

red 218 ◦ green 143 ◦ blue 140

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

Shades of Petite Orchid #DA8F8C

Tints of Petite Orchid #DA8F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.54%

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 43.51%
G = 28.54%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA8F8C (or 0xDA8F8C) is known color: Petite Orchid. HEX triplet: DA, 8F and 8C. RGB value is (218,143,140). Sum of RGB (Red+Green+Blue) = 218+143+140=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F8C is #257073. Grayscale: #A5A5A5. Windows color (decimal): -2453620 or 9211866. OLE color: 9211866.

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

Color convert

RGB 218 143 140 -
CMYK 0 0.34 0.36 0.15
HSL 2.31º 0.51% 0.7% -
HSV(B) 2.31º 0.36% 0.85% -
XYZ 43.47 36.44 29.55 -
YUV 165.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 218 143 140 0 0.34 0.36 0.15 2.31 0.51 0.7
Hex DA 8F 8C 0 22 24 F 2 33 46
Octal 332 217 214 0 42 44 17 2 63 106
Binary 11011010 10001111 10001100 0 100010 100100 1111 10 110011 1000110

Color Harmonies of #DA8F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F8C

Black with #DA8F8C

Text Example


Text Example

White with #DA8F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F8C; }

 p { color: rgb(218,143,140); }

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

background-color css

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

 a { background-color: rgb(218,143,140); }

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

border-color css

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

 span { border-color: rgb(218,143,140); }

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