Html Css Color HEX #DA918C Petite Orchid

📋 copy color: '#DA918C'

red 218 ◦ green 145 ◦ blue 140

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

Shades of Petite Orchid #DA918C

Tints of Petite Orchid #DA918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 43.34%
G = 28.83%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA918C (or 0xDA918C) is known color: Petite Orchid. HEX triplet: DA, 91 and 8C. RGB value is (218,145,140). Sum of RGB (Red+Green+Blue) = 218+145+140=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA918C is #256E73. Grayscale: #A6A6A6. Windows color (decimal): -2453108 or 9212378. OLE color: 9212378.

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

Color convert

RGB 218 145 140 -
CMYK 0 0.33 0.36 0.15
HSL 3.85º 0.51% 0.7% -
HSV(B) 3.85º 0.36% 0.85% -
XYZ 43.77 37.05 29.66 -
YUV 166.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 218 145 140 0 0.33 0.36 0.15 3.85 0.51 0.7
Hex DA 91 8C 0 21 24 F 4 33 46
Octal 332 221 214 0 41 44 17 4 63 106
Binary 11011010 10010001 10001100 0 100001 100100 1111 100 110011 1000110

Color Harmonies of #DA918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA918C

Black with #DA918C

Text Example


Text Example

White with #DA918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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