Html Css Color HEX #DA8F8D Petite Orchid

📋 copy color: '#DA8F8D'

red 218 ◦ green 143 ◦ blue 141

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

Shades of Petite Orchid #DA8F8D

Tints of Petite Orchid #DA8F8D

RGB

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

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

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

R = 43.43%
G = 28.49%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA8F8D (or 0xDA8F8D) is known color: Petite Orchid. HEX triplet: DA, 8F and 8D. RGB value is (218,143,141). Sum of RGB (Red+Green+Blue) = 218+143+141=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F8D is #257072. Grayscale: #A5A5A5. Windows color (decimal): -2453619 or 9277402. OLE color: 9277402.

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

Color convert

RGB 218 143 141 -
CMYK 0 0.34 0.35 0.15
HSL 1.56º 0.51% 0.7% -
HSV(B) 1.56º 0.35% 0.85% -
XYZ 43.54 36.47 29.94 -
YUV 165.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 218 143 141 0 0.34 0.35 0.15 1.56 0.51 0.7
Hex DA 8F 8D 0 22 23 F 2 33 46
Octal 332 217 215 0 42 43 17 2 63 106
Binary 11011010 10001111 10001101 0 100010 100011 1111 10 110011 1000110

Color Harmonies of #DA8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F8D

Black with #DA8F8D

Text Example


Text Example

White with #DA8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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