Html Css Color HEX #DA9690 Petite Orchid

📋 copy color: '#DA9690'

red 218 ◦ green 150 ◦ blue 144

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

Shades of Petite Orchid #DA9690

Tints of Petite Orchid #DA9690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.3%

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

R = 42.58%
G = 29.3%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA9690 (or 0xDA9690) is known color: Petite Orchid. HEX triplet: DA, 96 and 90. RGB value is (218,150,144). Sum of RGB (Red+Green+Blue) = 218+150+144=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9690 is #25696F. Grayscale: #A9A9A9. Windows color (decimal): -2451824 or 9475802. OLE color: 9475802.

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

Color convert

RGB 218 150 144 -
CMYK 0 0.31 0.34 0.15
HSL 4.86º 0.5% 0.71% -
HSV(B) 4.86º 0.34% 0.85% -
XYZ 44.85 38.73 31.5 -
YUV 169.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 218 150 144 0 0.31 0.34 0.15 4.86 0.5 0.71
Hex DA 96 90 0 1F 22 F 5 32 47
Octal 332 226 220 0 37 42 17 5 62 107
Binary 11011010 10010110 10010000 0 11111 100010 1111 101 110010 1000111

Color Harmonies of #DA9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9690

Black with #DA9690

Text Example


Text Example

White with #DA9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9690; }

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

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

background-color css

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

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

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

border-color css

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

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

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