Html Css Color HEX #DA958F Petite Orchid

📋 copy color: '#DA958F'

red 218 ◦ green 149 ◦ blue 143

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

Shades of Petite Orchid #DA958F

Tints of Petite Orchid #DA958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 42.75%
G = 29.22%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA958F (or 0xDA958F) is known color: Petite Orchid. HEX triplet: DA, 95 and 8F. RGB value is (218,149,143). Sum of RGB (Red+Green+Blue) = 218+149+143=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA958F is #256A70. Grayscale: #A9A9A9. Windows color (decimal): -2452081 or 9410010. OLE color: 9410010.

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

Color convert

RGB 218 149 143 -
CMYK 0 0.32 0.34 0.15
HSL 4.8º 0.5% 0.71% -
HSV(B) 4.8º 0.34% 0.85% -
XYZ 44.62 38.38 31.04 -
YUV 168.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 218 149 143 0 0.32 0.34 0.15 4.8 0.5 0.71
Hex DA 95 8F 0 20 22 F 5 32 47
Octal 332 225 217 0 40 42 17 5 62 107
Binary 11011010 10010101 10001111 0 100000 100010 1111 101 110010 1000111

Color Harmonies of #DA958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA958F

Black with #DA958F

Text Example


Text Example

White with #DA958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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