Html Css Color HEX #DF968E Petite Orchid

📋 copy color: '#DF968E'

red 223 ◦ green 150 ◦ blue 142

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

Shades of Petite Orchid #DF968E

Tints of Petite Orchid #DF968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 43.3%
G = 29.13%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF968E (or 0xDF968E) is known color: Petite Orchid. HEX triplet: DF, 96 and 8E. RGB value is (223,150,142). Sum of RGB (Red+Green+Blue) = 223+150+142=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF968E is #206971. Grayscale: #ABABAB. Windows color (decimal): -2124146 or 9344735. OLE color: 9344735.

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

Color convert

RGB 223 150 142 -
CMYK 0 0.33 0.36 0.13
HSL 5.93º 0.56% 0.72% -
HSV(B) 5.93º 0.36% 0.87% -
XYZ 46.22 39.45 30.77 -
YUV 170.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 223 150 142 0 0.33 0.36 0.13 5.93 0.56 0.72
Hex DF 96 8E 0 21 24 D 6 38 48
Octal 337 226 216 0 41 44 15 6 70 110
Binary 11011111 10010110 10001110 0 100001 100100 1101 110 111000 1001000

Color Harmonies of #DF968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF968E

Black with #DF968E

Text Example


Text Example

White with #DF968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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