Html Css Color HEX #DA938D Petite Orchid

📋 copy color: '#DA938D'

red 218 ◦ green 147 ◦ blue 141

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

Shades of Petite Orchid #DA938D

Tints of Petite Orchid #DA938D

RGB

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

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

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

R = 43.08%
G = 29.05%
B = 27.87%

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

#DA938D (or 0xDA938D) is known color: Petite Orchid. HEX triplet: DA, 93 and 8D. RGB value is (218,147,141). Sum of RGB (Red+Green+Blue) = 218+147+141=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA938D is #256C72. Grayscale: #A7A7A7. Windows color (decimal): -2452595 or 9278426. OLE color: 9278426.

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

Color convert

RGB 218 147 141 -
CMYK 0 0.33 0.35 0.15
HSL 4.68º 0.51% 0.7% -
HSV(B) 4.68º 0.35% 0.85% -
XYZ 44.15 37.7 30.15 -
YUV 167.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 218 147 141 0 0.33 0.35 0.15 4.68 0.51 0.7
Hex DA 93 8D 0 21 23 F 5 33 46
Octal 332 223 215 0 41 43 17 5 63 106
Binary 11011010 10010011 10001101 0 100001 100011 1111 101 110011 1000110

Color Harmonies of #DA938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA938D

Black with #DA938D

Text Example


Text Example

White with #DA938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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