Html Css Color HEX #DA8F8F Petite Orchid

📋 copy color: '#DA8F8F'

red 218 ◦ green 143 ◦ blue 143

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

Shades of Petite Orchid #DA8F8F

Tints of Petite Orchid #DA8F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.37%

R = 43.25%
G = 28.37%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA8F8F (or 0xDA8F8F) is known color: Petite Orchid. HEX triplet: DA, 8F and 8F. RGB value is (218,143,143). Sum of RGB (Red+Green+Blue) = 218+143+143=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F8F is #257070. Grayscale: #A5A5A5. Windows color (decimal): -2453617 or 9408474. OLE color: 9408474.

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

Color convert

RGB 218 143 143 -
CMYK 0 0.34 0.34 0.15
HSL 0.5% 0.71% -
HSV(B) 0.34% 0.85% -
XYZ 43.69 36.53 30.74 -
YUV 165.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 218 143 143 0 0.34 0.34 0.15 0 0.5 0.71
Hex DA 8F 8F 0 22 22 F 0 32 47
Octal 332 217 217 0 42 42 17 0 62 107
Binary 11011010 10001111 10001111 0 100010 100010 1111 0 110010 1000111

Color Harmonies of #DA8F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F8F

Black with #DA8F8F

Text Example


Text Example

White with #DA8F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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