Html Css Color HEX #DA908C Petite Orchid

📋 copy color: '#DA908C'

red 218 ◦ green 144 ◦ blue 140

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

Shades of Petite Orchid #DA908C

Tints of Petite Orchid #DA908C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 43.43%
G = 28.69%
B = 27.89%

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

#DA908C (or 0xDA908C) is known color: Petite Orchid. HEX triplet: DA, 90 and 8C. RGB value is (218,144,140). Sum of RGB (Red+Green+Blue) = 218+144+140=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908C is #256F73. Grayscale: #A5A5A5. Windows color (decimal): -2453364 or 9212122. OLE color: 9212122.

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

Color convert

RGB 218 144 140 -
CMYK 0 0.34 0.36 0.15
HSL 3.08º 0.51% 0.7% -
HSV(B) 3.08º 0.36% 0.85% -
XYZ 43.62 36.75 29.6 -
YUV 165.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 218 144 140 0 0.34 0.36 0.15 3.08 0.51 0.7
Hex DA 90 8C 0 22 24 F 3 33 46
Octal 332 220 214 0 42 44 17 3 63 106
Binary 11011010 10010000 10001100 0 100010 100100 1111 11 110011 1000110

Color Harmonies of #DA908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA908C

Black with #DA908C

Text Example


Text Example

White with #DA908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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