Html Css Color HEX #DA8D8C Petite Orchid

📋 copy color: '#DA8D8C'

red 218 ◦ green 141 ◦ blue 140

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

Shades of Petite Orchid #DA8D8C

Tints of Petite Orchid #DA8D8C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.26%

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

R = 43.69%
G = 28.26%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA8D8C (or 0xDA8D8C) is known color: Petite Orchid. HEX triplet: DA, 8D and 8C. RGB value is (218,141,140). Sum of RGB (Red+Green+Blue) = 218+141+140=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D8C is #257273. Grayscale: #A3A3A3. Windows color (decimal): -2454132 or 9211354. OLE color: 9211354.

HSL color Cylindrical-coordinate representation of color #DA8D8C: hue angle of 0.77º 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 #DA8D8C is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 141 140 -
CMYK 0 0.35 0.36 0.15
HSL 0.77º 0.51% 0.7% -
HSV(B) 0.77º 0.36% 0.85% -
XYZ 43.17 35.85 29.46 -
YUV 163.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 218 141 140 0 0.35 0.36 0.15 0.77 0.51 0.7
Hex DA 8D 8C 0 23 24 F 1 33 46
Octal 332 215 214 0 43 44 17 1 63 106
Binary 11011010 10001101 10001100 0 100011 100100 1111 1 110011 1000110

Color Harmonies of #DA8D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D8C

Black with #DA8D8C

Text Example


Text Example

White with #DA8D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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