Html Css Color HEX #DA918A Petite Orchid

📋 copy color: '#DA918A'

red 218 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #DA918A

Tints of Petite Orchid #DA918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.94%

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 43.51%
G = 28.94%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA918A (or 0xDA918A) is known color: Petite Orchid. HEX triplet: DA, 91 and 8A. RGB value is (218,145,138). Sum of RGB (Red+Green+Blue) = 218+145+138=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA918A is #256E75. Grayscale: #A6A6A6. Windows color (decimal): -2453110 or 9081306. OLE color: 9081306.

HSL color Cylindrical-coordinate representation of color #DA918A: hue angle of 5.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA918A is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 138 -
CMYK 0 0.33 0.37 0.15
HSL 5.25º 0.52% 0.7% -
HSV(B) 5.25º 0.37% 0.85% -
XYZ 43.63 36.99 28.89 -
YUV 166.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 218 145 138 0 0.33 0.37 0.15 5.25 0.52 0.7
Hex DA 91 8A 0 21 25 F 5 34 46
Octal 332 221 212 0 41 45 17 5 64 106
Binary 11011010 10010001 10001010 0 100001 100101 1111 101 110100 1000110

Color Harmonies of #DA918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA918A

Black with #DA918A

Text Example


Text Example

White with #DA918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA918A; }

 p { color: rgb(218,145,138); }

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

background-color css

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

 a { background-color: rgb(218,145,138); }

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

border-color css

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

 span { border-color: rgb(218,145,138); }

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