Html Css Color HEX #DA918B Petite Orchid

📋 copy color: '#DA918B'

red 218 ◦ green 145 ◦ blue 139

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

Shades of Petite Orchid #DA918B

Tints of Petite Orchid #DA918B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 43.43%
G = 28.88%
B = 27.69%

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

#DA918B (or 0xDA918B) is known color: Petite Orchid. HEX triplet: DA, 91 and 8B. RGB value is (218,145,139). Sum of RGB (Red+Green+Blue) = 218+145+139=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA918B is #256E74. Grayscale: #A6A6A6. Windows color (decimal): -2453109 or 9146842. OLE color: 9146842.

HSL color Cylindrical-coordinate representation of color #DA918B: hue angle of 4.56º degrees, saturation: 0.52, 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 #DA918B is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 139 -
CMYK 0 0.33 0.36 0.15
HSL 4.56º 0.52% 0.7% -
HSV(B) 4.56º 0.36% 0.85% -
XYZ 43.7 37.02 29.27 -
YUV 166.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 218 145 139 0 0.33 0.36 0.15 4.56 0.52 0.7
Hex DA 91 8B 0 21 24 F 5 34 46
Octal 332 221 213 0 41 44 17 5 64 106
Binary 11011010 10010001 10001011 0 100001 100100 1111 101 110100 1000110

Color Harmonies of #DA918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA918B

Black with #DA918B

Text Example


Text Example

White with #DA918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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