Html Css Color HEX #DA8F8B Petite Orchid

📋 copy color: '#DA8F8B'

red 218 ◦ green 143 ◦ blue 139

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

Shades of Petite Orchid #DA8F8B

Tints of Petite Orchid #DA8F8B

RGB

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

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

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

R = 43.6%
G = 28.6%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA8F8B (or 0xDA8F8B) is known color: Petite Orchid. HEX triplet: DA, 8F and 8B. RGB value is (218,143,139). Sum of RGB (Red+Green+Blue) = 218+143+139=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F8B is #257074. Grayscale: #A5A5A5. Windows color (decimal): -2453621 or 9146330. OLE color: 9146330.

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

Color convert

RGB 218 143 139 -
CMYK 0 0.34 0.36 0.15
HSL 3.04º 0.52% 0.7% -
HSV(B) 3.04º 0.36% 0.85% -
XYZ 43.4 36.41 29.17 -
YUV 164.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 218 143 139 0 0.34 0.36 0.15 3.04 0.52 0.7
Hex DA 8F 8B 0 22 24 F 3 34 46
Octal 332 217 213 0 42 44 17 3 64 106
Binary 11011010 10001111 10001011 0 100010 100100 1111 11 110100 1000110

Color Harmonies of #DA8F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F8B

Black with #DA8F8B

Text Example


Text Example

White with #DA8F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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