Html Css Color HEX #DA908D Petite Orchid

📋 copy color: '#DA908D'

red 218 ◦ green 144 ◦ blue 141

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

Shades of Petite Orchid #DA908D

Tints of Petite Orchid #DA908D

RGB

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

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

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

R = 43.34%
G = 28.63%
B = 28.03%

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

#DA908D (or 0xDA908D) is known color: Petite Orchid. HEX triplet: DA, 90 and 8D. RGB value is (218,144,141). Sum of RGB (Red+Green+Blue) = 218+144+141=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908D is #256F72. Grayscale: #A5A5A5. Windows color (decimal): -2453363 or 9277658. OLE color: 9277658.

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

Color convert

RGB 218 144 141 -
CMYK 0 0.34 0.35 0.15
HSL 2.34º 0.51% 0.7% -
HSV(B) 2.34º 0.35% 0.85% -
XYZ 43.69 36.78 29.99 -
YUV 165.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 218 144 141 0 0.34 0.35 0.15 2.34 0.51 0.7
Hex DA 90 8D 0 22 23 F 2 33 46
Octal 332 220 215 0 42 43 17 2 63 106
Binary 11011010 10010000 10001101 0 100010 100011 1111 10 110011 1000110

Color Harmonies of #DA908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA908D

Black with #DA908D

Text Example


Text Example

White with #DA908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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