Html Css Color HEX #DF958B Petite Orchid

📋 copy color: '#DF958B'

red 223 ◦ green 149 ◦ blue 139

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

Shades of Petite Orchid #DF958B

Tints of Petite Orchid #DF958B

RGB

 RED value IS 223 (87.5% from 255) = 43.64%

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

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

R = 43.64%
G = 29.16%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF958B (or 0xDF958B) is known color: Petite Orchid. HEX triplet: DF, 95 and 8B. RGB value is (223,149,139). Sum of RGB (Red+Green+Blue) = 223+149+139=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF958B is #206A74. Grayscale: #AAAAAA. Windows color (decimal): -2124405 or 9147871. OLE color: 9147871.

HSL color Cylindrical-coordinate representation of color #DF958B: hue angle of 7.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF958B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 139 -
CMYK 0 0.33 0.38 0.13
HSL 7.14º 0.57% 0.71% -
HSV(B) 7.14º 0.38% 0.87% -
XYZ 45.84 39.05 29.55 -
YUV 169.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 223 149 139 0 0.33 0.38 0.13 7.14 0.57 0.71
Hex DF 95 8B 0 21 26 D 7 39 47
Octal 337 225 213 0 41 46 15 7 71 107
Binary 11011111 10010101 10001011 0 100001 100110 1101 111 111001 1000111

Color Harmonies of #DF958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF958B

Black with #DF958B

Text Example


Text Example

White with #DF958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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