Html Css Color HEX #DA918D Petite Orchid

📋 copy color: '#DA918D'

red 218 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #DA918D

Tints of Petite Orchid #DA918D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 43.25%
G = 28.77%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA918D (or 0xDA918D) is known color: Petite Orchid. HEX triplet: DA, 91 and 8D. RGB value is (218,145,141). Sum of RGB (Red+Green+Blue) = 218+145+141=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA918D is #256E72. Grayscale: #A6A6A6. Windows color (decimal): -2453107 or 9277914. OLE color: 9277914.

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

Color convert

RGB 218 145 141 -
CMYK 0 0.33 0.35 0.15
HSL 3.12º 0.51% 0.7% -
HSV(B) 3.12º 0.35% 0.85% -
XYZ 43.85 37.08 30.05 -
YUV 166.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 218 145 141 0 0.33 0.35 0.15 3.12 0.51 0.7
Hex DA 91 8D 0 21 23 F 3 33 46
Octal 332 221 215 0 41 43 17 3 63 106
Binary 11011010 10010001 10001101 0 100001 100011 1111 11 110011 1000110

Color Harmonies of #DA918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA918D

Black with #DA918D

Text Example


Text Example

White with #DA918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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