Html Css Color HEX #DA8D8A Petite Orchid

📋 copy color: '#DA8D8A'

red 218 ◦ green 141 ◦ blue 138

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

Shades of Petite Orchid #DA8D8A

Tints of Petite Orchid #DA8D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 43.86%
G = 28.37%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA8D8A (or 0xDA8D8A) is known color: Petite Orchid. HEX triplet: DA, 8D and 8A. RGB value is (218,141,138). Sum of RGB (Red+Green+Blue) = 218+141+138=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D8A is #257275. Grayscale: #A3A3A3. Windows color (decimal): -2454134 or 9080282. OLE color: 9080282.

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

Color convert

RGB 218 141 138 -
CMYK 0 0.35 0.37 0.15
HSL 2.25º 0.52% 0.7% -
HSV(B) 2.25º 0.37% 0.85% -
XYZ 43.03 35.79 28.69 -
YUV 163.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 218 141 138 0 0.35 0.37 0.15 2.25 0.52 0.7
Hex DA 8D 8A 0 23 25 F 2 34 46
Octal 332 215 212 0 43 45 17 2 64 106
Binary 11011010 10001101 10001010 0 100011 100101 1111 10 110100 1000110

Color Harmonies of #DA8D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D8A

Black with #DA8D8A

Text Example


Text Example

White with #DA8D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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