Html Css Color HEX #DA938E Petite Orchid

📋 copy color: '#DA938E'

red 218 ◦ green 147 ◦ blue 142

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

Shades of Petite Orchid #DA938E

Tints of Petite Orchid #DA938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.99%

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 43%
G = 28.99%
B = 28.01%

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

#DA938E (or 0xDA938E) is known color: Petite Orchid. HEX triplet: DA, 93 and 8E. RGB value is (218,147,142). Sum of RGB (Red+Green+Blue) = 218+147+142=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA938E is #256C71. Grayscale: #A7A7A7. Windows color (decimal): -2452594 or 9343962. OLE color: 9343962.

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

Color convert

RGB 218 147 142 -
CMYK 0 0.33 0.35 0.15
HSL 3.95º 0.51% 0.71% -
HSV(B) 3.95º 0.35% 0.85% -
XYZ 44.23 37.73 30.54 -
YUV 167.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 218 147 142 0 0.33 0.35 0.15 3.95 0.51 0.71
Hex DA 93 8E 0 21 23 F 4 33 47
Octal 332 223 216 0 41 43 17 4 63 107
Binary 11011010 10010011 10001110 0 100001 100011 1111 100 110011 1000111

Color Harmonies of #DA938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA938E

Black with #DA938E

Text Example


Text Example

White with #DA938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA938E; }

 p { color: rgb(218,147,142); }

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

background-color css

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

 a { background-color: rgb(218,147,142); }

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

border-color css

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

 span { border-color: rgb(218,147,142); }

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