Html Css Color HEX #DA908E Petite Orchid

📋 copy color: '#DA908E'

red 218 ◦ green 144 ◦ blue 142

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

Shades of Petite Orchid #DA908E

Tints of Petite Orchid #DA908E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.17%

R = 43.25%
G = 28.57%
B = 28.17%

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

#DA908E (or 0xDA908E) is known color: Petite Orchid. HEX triplet: DA, 90 and 8E. RGB value is (218,144,142). Sum of RGB (Red+Green+Blue) = 218+144+142=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908E is #256F71. Grayscale: #A5A5A5. Windows color (decimal): -2453362 or 9343194. OLE color: 9343194.

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

Color convert

RGB 218 144 142 -
CMYK 0 0.34 0.35 0.15
HSL 1.58º 0.51% 0.71% -
HSV(B) 1.58º 0.35% 0.85% -
XYZ 43.77 36.8 30.39 -
YUV 165.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 218 144 142 0 0.34 0.35 0.15 1.58 0.51 0.71
Hex DA 90 8E 0 22 23 F 2 33 47
Octal 332 220 216 0 42 43 17 2 63 107
Binary 11011010 10010000 10001110 0 100010 100011 1111 10 110011 1000111

Color Harmonies of #DA908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA908E

Black with #DA908E

Text Example


Text Example

White with #DA908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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