Html Css Color HEX #DA9990 Petite Orchid

📋 copy color: '#DA9990'

red 218 ◦ green 153 ◦ blue 144

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

Shades of Petite Orchid #DA9990

Tints of Petite Orchid #DA9990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.71%

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 42.33%
G = 29.71%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA9990 (or 0xDA9990) is known color: Petite Orchid. HEX triplet: DA, 99 and 90. RGB value is (218,153,144). Sum of RGB (Red+Green+Blue) = 218+153+144=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9990 is #25666F. Grayscale: #ABABAB. Windows color (decimal): -2451056 or 9476570. OLE color: 9476570.

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

Color convert

RGB 218 153 144 -
CMYK 0 0.30 0.34 0.15
HSL 7.3º 0.5% 0.71% -
HSV(B) 7.3º 0.34% 0.85% -
XYZ 45.34 39.7 31.66 -
YUV 171.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 218 153 144 0 0.30 0.34 0.15 7.3 0.5 0.71
Hex DA 99 90 0 1E 22 F 7 32 47
Octal 332 231 220 0 36 42 17 7 62 107
Binary 11011010 10011001 10010000 0 11110 100010 1111 111 110010 1000111

Color Harmonies of #DA9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9990

Black with #DA9990

Text Example


Text Example

White with #DA9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9990; }

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

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

background-color css

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

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

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

border-color css

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

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

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