Html Css Color HEX #DA908F Petite Orchid

📋 copy color: '#DA908F'

red 218 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #DA908F

Tints of Petite Orchid #DA908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.51%

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

R = 43.17%
G = 28.51%
B = 28.32%

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

#DA908F (or 0xDA908F) is known color: Petite Orchid. HEX triplet: DA, 90 and 8F. RGB value is (218,144,143). Sum of RGB (Red+Green+Blue) = 218+144+143=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908F is #256F70. Grayscale: #A6A6A6. Windows color (decimal): -2453361 or 9408730. OLE color: 9408730.

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

Color convert

RGB 218 144 143 -
CMYK 0 0.34 0.34 0.15
HSL 0.8º 0.5% 0.71% -
HSV(B) 0.8º 0.34% 0.85% -
XYZ 43.84 36.84 30.79 -
YUV 166.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 218 144 143 0 0.34 0.34 0.15 0.8 0.5 0.71
Hex DA 90 8F 0 22 22 F 1 32 47
Octal 332 220 217 0 42 42 17 1 62 107
Binary 11011010 10010000 10001111 0 100010 100010 1111 1 110010 1000111

Color Harmonies of #DA908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA908F

Black with #DA908F

Text Example


Text Example

White with #DA908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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