Html Css Color HEX #DA908A Petite Orchid

📋 copy color: '#DA908A'

red 218 ◦ green 144 ◦ blue 138

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

Shades of Petite Orchid #DA908A

Tints of Petite Orchid #DA908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 43.6%
G = 28.8%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA908A (or 0xDA908A) is known color: Petite Orchid. HEX triplet: DA, 90 and 8A. RGB value is (218,144,138). Sum of RGB (Red+Green+Blue) = 218+144+138=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908A is #256F75. Grayscale: #A5A5A5. Windows color (decimal): -2453366 or 9081050. OLE color: 9081050.

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

Color convert

RGB 218 144 138 -
CMYK 0 0.34 0.37 0.15
HSL 4.5º 0.52% 0.7% -
HSV(B) 4.5º 0.37% 0.85% -
XYZ 43.47 36.69 28.83 -
YUV 165.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 218 144 138 0 0.34 0.37 0.15 4.5 0.52 0.7
Hex DA 90 8A 0 22 25 F 4 34 46
Octal 332 220 212 0 42 45 17 4 64 106
Binary 11011010 10010000 10001010 0 100010 100101 1111 100 110100 1000110

Color Harmonies of #DA908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA908A

Black with #DA908A

Text Example


Text Example

White with #DA908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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