Html Css Color HEX #DA8D8B Petite Orchid

📋 copy color: '#DA8D8B'

red 218 ◦ green 141 ◦ blue 139

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

Shades of Petite Orchid #DA8D8B

Tints of Petite Orchid #DA8D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.91%

R = 43.78%
G = 28.31%
B = 27.91%

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

#DA8D8B (or 0xDA8D8B) is known color: Petite Orchid. HEX triplet: DA, 8D and 8B. RGB value is (218,141,139). Sum of RGB (Red+Green+Blue) = 218+141+139=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D8B is #257274. Grayscale: #A3A3A3. Windows color (decimal): -2454133 or 9145818. OLE color: 9145818.

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

Color convert

RGB 218 141 139 -
CMYK 0 0.35 0.36 0.15
HSL 1.52º 0.52% 0.7% -
HSV(B) 1.52º 0.36% 0.85% -
XYZ 43.1 35.82 29.07 -
YUV 163.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 218 141 139 0 0.35 0.36 0.15 1.52 0.52 0.7
Hex DA 8D 8B 0 23 24 F 2 34 46
Octal 332 215 213 0 43 44 17 2 64 106
Binary 11011010 10001101 10001011 0 100011 100100 1111 10 110100 1000110

Color Harmonies of #DA8D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D8B

Black with #DA8D8B

Text Example


Text Example

White with #DA8D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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