Html Css Color HEX #DF968D Petite Orchid

📋 copy color: '#DF968D'

red 223 ◦ green 150 ◦ blue 141

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

Shades of Petite Orchid #DF968D

Tints of Petite Orchid #DF968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

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

R = 43.39%
G = 29.18%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF968D (or 0xDF968D) is known color: Petite Orchid. HEX triplet: DF, 96 and 8D. RGB value is (223,150,141). Sum of RGB (Red+Green+Blue) = 223+150+141=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF968D is #206972. Grayscale: #AAAAAA. Windows color (decimal): -2124147 or 9279199. OLE color: 9279199.

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

Color convert

RGB 223 150 141 -
CMYK 0 0.33 0.37 0.13
HSL 6.59º 0.56% 0.71% -
HSV(B) 6.59º 0.37% 0.87% -
XYZ 46.15 39.42 30.38 -
YUV 170.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 223 150 141 0 0.33 0.37 0.13 6.59 0.56 0.71
Hex DF 96 8D 0 21 25 D 7 38 47
Octal 337 226 215 0 41 45 15 7 70 107
Binary 11011111 10010110 10001101 0 100001 100101 1101 111 111000 1000111

Color Harmonies of #DF968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF968D

Black with #DF968D

Text Example


Text Example

White with #DF968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF968D; }

 p { color: rgb(223,150,141); }

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

background-color css

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

 a { background-color: rgb(223,150,141); }

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

border-color css

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

 span { border-color: rgb(223,150,141); }

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