Html Css Color HEX #DA958D Petite Orchid

📋 copy color: '#DA958D'

red 218 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #DA958D

Tints of Petite Orchid #DA958D

RGB

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

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

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

R = 42.91%
G = 29.33%
B = 27.76%

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

#DA958D (or 0xDA958D) is known color: Petite Orchid. HEX triplet: DA, 95 and 8D. RGB value is (218,149,141). Sum of RGB (Red+Green+Blue) = 218+149+141=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA958D is #256A72. Grayscale: #A8A8A8. Windows color (decimal): -2452083 or 9278938. OLE color: 9278938.

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

Color convert

RGB 218 149 141 -
CMYK 0 0.32 0.35 0.15
HSL 6.23º 0.51% 0.7% -
HSV(B) 6.23º 0.35% 0.85% -
XYZ 44.47 38.32 30.25 -
YUV 168.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 218 149 141 0 0.32 0.35 0.15 6.23 0.51 0.7
Hex DA 95 8D 0 20 23 F 6 33 46
Octal 332 225 215 0 40 43 17 6 63 106
Binary 11011010 10010101 10001101 0 100000 100011 1111 110 110011 1000110

Color Harmonies of #DA958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA958D

Black with #DA958D

Text Example


Text Example

White with #DA958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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