Html Css Color HEX #DA958B Petite Orchid

📋 copy color: '#DA958B'

red 218 ◦ green 149 ◦ blue 139

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

Shades of Petite Orchid #DA958B

Tints of Petite Orchid #DA958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 43.08%
G = 29.45%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA958B (or 0xDA958B) is known color: Petite Orchid. HEX triplet: DA, 95 and 8B. RGB value is (218,149,139). Sum of RGB (Red+Green+Blue) = 218+149+139=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA958B is #256A74. Grayscale: #A8A8A8. Windows color (decimal): -2452085 or 9147866. OLE color: 9147866.

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

Color convert

RGB 218 149 139 -
CMYK 0 0.32 0.36 0.15
HSL 7.59º 0.52% 0.7% -
HSV(B) 7.59º 0.36% 0.85% -
XYZ 44.32 38.26 29.48 -
YUV 168.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 218 149 139 0 0.32 0.36 0.15 7.59 0.52 0.7
Hex DA 95 8B 0 20 24 F 8 34 46
Octal 332 225 213 0 40 44 17 10 64 106
Binary 11011010 10010101 10001011 0 100000 100100 1111 1000 110100 1000110

Color Harmonies of #DA958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA958B

Black with #DA958B

Text Example


Text Example

White with #DA958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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