Html Css Color HEX #DA958A Petite Orchid

📋 copy color: '#DA958A'

red 218 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #DA958A

Tints of Petite Orchid #DA958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 43.17%
G = 29.5%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA958A (or 0xDA958A) is known color: Petite Orchid. HEX triplet: DA, 95 and 8A. RGB value is (218,149,138). Sum of RGB (Red+Green+Blue) = 218+149+138=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA958A is #256A75. Grayscale: #A8A8A8. Windows color (decimal): -2452086 or 9082330. OLE color: 9082330.

HSL color Cylindrical-coordinate representation of color #DA958A: hue angle of 8.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA958A is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 138 -
CMYK 0 0.32 0.37 0.15
HSL 8.25º 0.52% 0.7% -
HSV(B) 8.25º 0.37% 0.85% -
XYZ 44.25 38.24 29.09 -
YUV 168.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 218 149 138 0 0.32 0.37 0.15 8.25 0.52 0.7
Hex DA 95 8A 0 20 25 F 8 34 46
Octal 332 225 212 0 40 45 17 10 64 106
Binary 11011010 10010101 10001010 0 100000 100101 1111 1000 110100 1000110

Color Harmonies of #DA958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA958A

Black with #DA958A

Text Example


Text Example

White with #DA958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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