Html Css Color HEX #DA8D8D Petite Orchid

📋 copy color: '#DA8D8D'

red 218 ◦ green 141 ◦ blue 141

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

Shades of Petite Orchid #DA8D8D

Tints of Petite Orchid #DA8D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.2%

R = 43.6%
G = 28.2%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA8D8D (or 0xDA8D8D) is known color: Petite Orchid. HEX triplet: DA, 8D and 8D. RGB value is (218,141,141). Sum of RGB (Red+Green+Blue) = 218+141+141=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D8D is #257272. Grayscale: #A4A4A4. Windows color (decimal): -2454131 or 9276890. OLE color: 9276890.

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

Color convert

RGB 218 141 141 -
CMYK 0 0.35 0.35 0.15
HSL 0.51% 0.7% -
HSV(B) 0.35% 0.85% -
XYZ 43.25 35.88 29.85 -
YUV 164.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 218 141 141 0 0.35 0.35 0.15 0 0.51 0.7
Hex DA 8D 8D 0 23 23 F 0 33 46
Octal 332 215 215 0 43 43 17 0 63 106
Binary 11011010 10001101 10001101 0 100011 100011 1111 0 110011 1000110

Color Harmonies of #DA8D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D8D

Black with #DA8D8D

Text Example


Text Example

White with #DA8D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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