Html Css Color HEX #DA958E Petite Orchid

📋 copy color: '#DA958E'

red 218 ◦ green 149 ◦ blue 142

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

Shades of Petite Orchid #DA958E

Tints of Petite Orchid #DA958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.27%

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

R = 42.83%
G = 29.27%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA958E (or 0xDA958E) is known color: Petite Orchid. HEX triplet: DA, 95 and 8E. RGB value is (218,149,142). Sum of RGB (Red+Green+Blue) = 218+149+142=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA958E is #256A71. Grayscale: #A8A8A8. Windows color (decimal): -2452082 or 9344474. OLE color: 9344474.

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

Color convert

RGB 218 149 142 -
CMYK 0 0.32 0.35 0.15
HSL 5.53º 0.51% 0.71% -
HSV(B) 5.53º 0.35% 0.85% -
XYZ 44.54 38.35 30.65 -
YUV 168.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 218 149 142 0 0.32 0.35 0.15 5.53 0.51 0.71
Hex DA 95 8E 0 20 23 F 6 33 47
Octal 332 225 216 0 40 43 17 6 63 107
Binary 11011010 10010101 10001110 0 100000 100011 1111 110 110011 1000111

Color Harmonies of #DA958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA958E

Black with #DA958E

Text Example


Text Example

White with #DA958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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